public class RecoveryStub extends com.vmware.vapi.internal.bindings.Stub implements Recovery
Recovery
API service.
WARNING: Internal class, subject to change in future versions.
RecoveryTypes.Info| Constructor and Description |
|---|
RecoveryStub(ApiProvider apiProvider,
StubConfigurationBase config) |
RecoveryStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
RecoveryTypes.Info |
get()
Gets the properties of the appliance Recovery subsystem.
|
void |
get(AsyncCallback<RecoveryTypes.Info> asyncCallback)
Gets the properties of the appliance Recovery subsystem.
|
void |
get(AsyncCallback<RecoveryTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Gets the properties of the appliance Recovery subsystem.
|
RecoveryTypes.Info |
get(InvocationConfig invocationConfig)
Gets the properties of the appliance Recovery subsystem.
|
public RecoveryStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public RecoveryStub(ApiProvider apiProvider, StubConfigurationBase config)
public RecoveryTypes.Info get()
RecoverySynchronous method overload. Result of the invocation will be reported as a method return value.
public RecoveryTypes.Info get(InvocationConfig invocationConfig)
RecoverySynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(AsyncCallback<RecoveryTypes.Info> asyncCallback)
RecoveryAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
Structure containing the properties of the Recovery subsystem.
Operation Errors:
Error - if any error occurs during the execution of the operation.
public void get(AsyncCallback<RecoveryTypes.Info> asyncCallback, InvocationConfig invocationConfig)
RecoveryAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
Structure containing the properties of the Recovery subsystem.
Operation Errors:
Error - if any error occurs during the execution of the operation.