VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Recovery
interface provides methods to invoke an appliance recovery (backup and restore).
More...
Inherited by vmware::appliance::RecoveryStub.
Public Member Functions | |
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. |
The Recovery
interface provides methods to invoke an appliance recovery (backup and restore).
This interface was added in vSphere API 6.7.
vmware.appliance.RecoveryTypes.Info vmware::appliance::Recovery::Get | ( | ) |
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. |
Implemented in vmware::appliance::RecoveryStub.
vmware.appliance.RecoveryTypes.Info vmware::appliance::Recovery::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
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. |
Implemented in vmware::appliance::RecoveryStub.
global::System.Threading.Tasks.Task<vmware.appliance.RecoveryTypes.Info> vmware::appliance::Recovery::GetAsync | ( | ) |
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. |
Implemented in vmware::appliance::RecoveryStub.
global::System.Threading.Tasks.Task<vmware.appliance.RecoveryTypes.Info> vmware::appliance::Recovery::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
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. |
Implemented in vmware::appliance::RecoveryStub.