|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Recovery API service. More...
Inherits vmware::appliance::Recovery.
Public Member Functions | |
| RecoveryStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
| RecoveryStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| vmware.appliance.RecoveryTypes.Info | Get () |
| Gets the properties of the appliance Recovery subsystem. | |
| vmware.appliance.RecoveryTypes.Info | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Gets the properties of the appliance Recovery subsystem. | |
| global::System.Threading.Tasks.Task < vmware.appliance.RecoveryTypes.Info > | GetAsync () |
| Gets the properties of the appliance Recovery subsystem. | |
| global::System.Threading.Tasks.Task < vmware.appliance.RecoveryTypes.Info > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Gets the properties of the appliance Recovery subsystem. | |
Remote stub implementation of the Recovery API service.
| vmware::appliance::RecoveryStub::RecoveryStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.TypeConverter | typeConverter, | ||
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware::appliance::RecoveryStub::RecoveryStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware.appliance.RecoveryTypes.Info vmware::appliance::RecoveryStub::Get | ( | ) | [inline] |
Gets the properties of the appliance Recovery subsystem.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
Implements vmware::appliance::Recovery.
| vmware.appliance.RecoveryTypes.Info vmware::appliance::RecoveryStub::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Gets the properties of the appliance Recovery subsystem.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
Implements vmware::appliance::Recovery.
| global::System.Threading.Tasks.Task<vmware.appliance.RecoveryTypes.Info> vmware::appliance::RecoveryStub::GetAsync | ( | ) | [inline] |
Gets the properties of the appliance Recovery subsystem.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
Implements vmware::appliance::Recovery.
| global::System.Threading.Tasks.Task<vmware.appliance.RecoveryTypes.Info> vmware::appliance::RecoveryStub::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Gets the properties of the appliance Recovery subsystem.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
Implements vmware::appliance::Recovery.