VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::Recovery Interface Reference

The Recovery interface provides methods to invoke an appliance recovery (backup and restore). More...

Inherited by vmware::appliance::RecoveryStub.

List of all members.

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.

Detailed Description

The Recovery interface provides methods to invoke an appliance recovery (backup and restore).

This interface was added in vSphere API 6.7.


Member Function Documentation

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.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Returns:
Structure containing the properties of the Recovery subsystem.

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.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Returns:
Structure containing the properties of the Recovery subsystem.

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.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Returns:
Structure containing the properties of the Recovery subsystem.

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.

Exceptions:
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Returns:
Structure containing the properties of the Recovery subsystem.

Implemented in vmware::appliance::RecoveryStub.


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