VMware vSphere Automation SDK for .NET 7.0.0.1
|
Parts
interface provides methods Provides list of parts optional for the backup
More...
Inherited by vmware::appliance::recovery::backup::PartsStub.
Public Member Functions | |
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. |
Parts
interface provides methods Provides list of parts optional for the backup
long vmware::appliance::recovery::backup::Parts::Get | ( | string | id | ) |
Gets the size (in MB) of the part.
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
id | Identifier of the part. The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts . |
Implemented in vmware::appliance::recovery::backup::PartsStub.
long vmware::appliance::recovery::backup::Parts::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.
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
id | Identifier of the part. The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::recovery::backup::PartsStub.
global::System.Threading.Tasks.Task<long> vmware::appliance::recovery::backup::Parts::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.
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
id | Identifier of the part. The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::recovery::backup::PartsStub.
global::System.Threading.Tasks.Task<long> vmware::appliance::recovery::backup::Parts::GetAsync | ( | string | id | ) |
Gets the size (in MB) of the part.
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
id | Identifier of the part. The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts . |
Implemented in vmware::appliance::recovery::backup::PartsStub.
global::System.Collections.Generic.List<vmware.appliance.recovery.backup.PartsTypes.Part> vmware::appliance::recovery::backup::Parts::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Gets a list of the backup parts.
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
Implemented in vmware::appliance::recovery::backup::PartsStub.
global::System.Collections.Generic.List<vmware.appliance.recovery.backup.PartsTypes.Part> vmware::appliance::recovery::backup::Parts::List | ( | ) |
Gets a list of the backup parts.
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
Implemented in vmware::appliance::recovery::backup::PartsStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.recovery.backup.PartsTypes.Part> > vmware::appliance::recovery::backup::Parts::ListAsync | ( | ) |
Gets a list of the backup parts.
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
Implemented in vmware::appliance::recovery::backup::PartsStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.recovery.backup.PartsTypes.Part> > vmware::appliance::recovery::backup::Parts::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Gets a list of the backup parts.
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
Implemented in vmware::appliance::recovery::backup::PartsStub.