VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::RecoveryStub Class Reference

Remote stub implementation of the Recovery API service. More...

Inherits vmware::appliance::Recovery.

List of all members.

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.

Detailed Description

Remote stub implementation of the Recovery API service.


Constructor & Destructor Documentation

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]

Member Function Documentation

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.

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

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.

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

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.

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

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.

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

Implements vmware::appliance::Recovery.


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