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
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
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()
Recovery
Synchronous method overload. Result of the invocation will be reported as a method return value.
public RecoveryTypes.Info get(InvocationConfig invocationConfig)
Recovery
Synchronous 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)
Recovery
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation 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)
Recovery
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
Structure containing the properties of the Recovery subsystem.
Operation Errors:
Error
- if any error occurs during the execution of the operation.