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(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
RecoveryStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
RecoveryTypes.Info |
get()
Gets the properties of the appliance Recovery subsystem.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<RecoveryTypes.Info> asyncCallback)
Gets the properties of the appliance Recovery subsystem.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<RecoveryTypes.Info> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Gets the properties of the appliance Recovery subsystem.
|
RecoveryTypes.Info |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Gets the properties of the appliance Recovery subsystem.
|
public RecoveryStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public RecoveryStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.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(com.vmware.vapi.bindings.client.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(com.vmware.vapi.bindings.client.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(com.vmware.vapi.bindings.client.AsyncCallback<RecoveryTypes.Info> asyncCallback, com.vmware.vapi.bindings.client.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.