|
VMware vSphere Automation SDK for .NET 6.5.0
|
Remote stub implementation of the Parts API service. More...
Inherits vmware::appliance::recovery::backup::Parts.
Public Member Functions | |
| PartsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| global::System.Collections.Generic.List < vmware.appliance.recovery.backup.PartsTypes.Part > | List () |
| Get 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) |
| Get a list of the backup parts. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.appliance.recovery.backup.PartsTypes.Part > > | ListAsync () |
| Get 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) |
| Get a list of the backup parts. | |
| long | Get (string id) |
| Get size of the optional part. | |
| long | Get (string id, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get size of the optional part. | |
| global::System.Threading.Tasks.Task < long > | GetAsync (string id) |
| Get size of the optional part. | |
| global::System.Threading.Tasks.Task < long > | GetAsync (string id, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get size of the optional part. | |
Remote stub implementation of the Parts API service.
| vmware::appliance::recovery::backup::PartsStub::PartsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| long vmware::appliance::recovery::backup::PartsStub::Get | ( | string | id | ) | [inline] |
Get size of the optional part.
| vmware.vapi.std.errors.Error | Generic error |
| id | part id The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts . |
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] |
Get size of the optional part.
| vmware.vapi.std.errors.Error | Generic error |
| id | part id 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 |
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] |
Get size of the optional part.
| vmware.vapi.std.errors.Error | Generic error |
| id | part id 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 |
Implements vmware::appliance::recovery::backup::Parts.
| global::System.Threading.Tasks.Task<long> vmware::appliance::recovery::backup::PartsStub::GetAsync | ( | string | id | ) | [inline] |
Get size of the optional part.
| vmware.vapi.std.errors.Error | Generic error |
| id | part id The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.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 | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Get a list of the backup parts.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::recovery::backup::Parts.
| global::System.Collections.Generic.List<vmware.appliance.recovery.backup.PartsTypes.Part> vmware::appliance::recovery::backup::PartsStub::List | ( | ) | [inline] |
Get a list of the backup parts.
| vmware.vapi.std.errors.Error | Generic error |
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] |
Get a list of the backup parts.
| vmware.vapi.std.errors.Error | Generic error |
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] |
Get a list of the backup parts.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::recovery::backup::Parts.