VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::recovery::backup::PartsStub Class Reference

Remote stub implementation of the Parts API service. More...

Inherits vmware::appliance::recovery::backup::Parts.

List of all members.

Public Member Functions

 PartsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 PartsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
global::System.Collections.Generic.List
< vmware.appliance.recovery.backup.PartsTypes.Part
List ()
 Gets a list of the backup parts.
global::System.Collections.Generic.List
< vmware.appliance.recovery.backup.PartsTypes.Part
List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Gets a list of the backup parts.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.appliance.recovery.backup.PartsTypes.Part > > 
ListAsync ()
 Gets a list of the backup parts.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.appliance.recovery.backup.PartsTypes.Part > > 
ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Gets a list of the backup parts.
long Get (string id)
 Gets the size (in MB) of the part.
long Get (string id, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Gets the size (in MB) of the part.
global::System.Threading.Tasks.Task
< long > 
GetAsync (string id)
 Gets the size (in MB) of the part.
global::System.Threading.Tasks.Task
< long > 
GetAsync (string id, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Gets the size (in MB) of the part.

Detailed Description

Remote stub implementation of the Parts API service.


Constructor & Destructor Documentation

vmware::appliance::recovery::backup::PartsStub::PartsStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::appliance::recovery::backup::PartsStub::PartsStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

long vmware::appliance::recovery::backup::PartsStub::Get ( string  id) [inline]

Gets the size (in MB) of the part.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
idIdentifier of the part. The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts .
Returns:
long Size of the part in megabytes.

Implements vmware::appliance::recovery::backup::Parts.

long vmware::appliance::recovery::backup::PartsStub::Get ( string  id,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Gets the size (in MB) of the part.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
idIdentifier of the part. The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
long Size of the part in megabytes.

Implements vmware::appliance::recovery::backup::Parts.

global::System.Threading.Tasks.Task<long> vmware::appliance::recovery::backup::PartsStub::GetAsync ( string  id,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Gets the size (in MB) of the part.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
idIdentifier of the part. The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
long Size of the part in megabytes.

Implements vmware::appliance::recovery::backup::Parts.

global::System.Threading.Tasks.Task<long> vmware::appliance::recovery::backup::PartsStub::GetAsync ( string  id) [inline]

Gets the size (in MB) of the part.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
idIdentifier of the part. The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts .
Returns:
long Size of the part in megabytes.

Implements vmware::appliance::recovery::backup::Parts.

global::System.Collections.Generic.List<vmware.appliance.recovery.backup.PartsTypes.Part> vmware::appliance::recovery::backup::PartsStub::List ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Gets a list of the backup parts.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Returns:
Information about each of the backup parts.

Implements vmware::appliance::recovery::backup::Parts.

global::System.Collections.Generic.List<vmware.appliance.recovery.backup.PartsTypes.Part> vmware::appliance::recovery::backup::PartsStub::List ( ) [inline]

Gets a list of the backup parts.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Returns:
Information about each of the backup parts.

Implements vmware::appliance::recovery::backup::Parts.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.recovery.backup.PartsTypes.Part> > vmware::appliance::recovery::backup::PartsStub::ListAsync ( ) [inline]

Gets a list of the backup parts.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Returns:
Information about each of the backup parts.

Implements vmware::appliance::recovery::backup::Parts.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.recovery.backup.PartsTypes.Part> > vmware::appliance::recovery::backup::PartsStub::ListAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Gets a list of the backup parts.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Returns:
Information about each of the backup parts.

Implements vmware::appliance::recovery::backup::Parts.


The documentation for this class was generated from the following file: