public class RestoreStub extends com.vmware.vapi.internal.bindings.Stub implements Restore
Restore
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
RestoreStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
RestoreStub(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 |
|---|---|
ClusterRestoreStatus |
advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest)
Advance any currently suspended restore operation.
|
void |
advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback)
Advance any currently suspended restore operation.
|
void |
advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Advance any currently suspended restore operation.
|
ClusterRestoreStatus |
advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Advance any currently suspended restore operation.
|
ClusterRestoreStatus |
cancel()
This operation is only valid when a restore is in suspended state.
|
void |
cancel(com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback)
This operation is only valid when a restore is in suspended state.
|
void |
cancel(com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This operation is only valid when a restore is in suspended state.
|
ClusterRestoreStatus |
cancel(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This operation is only valid when a restore is in suspended state.
|
ClusterRestoreStatus |
retry()
Retry any currently in-progress, failed restore operation.
|
void |
retry(com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback)
Retry any currently in-progress, failed restore operation.
|
void |
retry(com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retry any currently in-progress, failed restore operation.
|
ClusterRestoreStatus |
retry(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retry any currently in-progress, failed restore operation.
|
ClusterRestoreStatus |
start(InitiateClusterRestoreRequest initiateClusterRestoreRequest)
Start the restore of an NSX cluster, from some previously backed-up
configuration.
|
void |
start(InitiateClusterRestoreRequest initiateClusterRestoreRequest,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback)
Start the restore of an NSX cluster, from some previously backed-up
configuration.
|
void |
start(InitiateClusterRestoreRequest initiateClusterRestoreRequest,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Start the restore of an NSX cluster, from some previously backed-up
configuration.
|
ClusterRestoreStatus |
start(InitiateClusterRestoreRequest initiateClusterRestoreRequest,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Start the restore of an NSX cluster, from some previously backed-up
configuration.
|
ClusterRestoreStatus |
suspend()
Suspend any currently running restore operation.
|
void |
suspend(com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback)
Suspend any currently running restore operation.
|
void |
suspend(com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Suspend any currently running restore operation.
|
ClusterRestoreStatus |
suspend(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Suspend any currently running restore operation.
|
public RestoreStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public RestoreStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ClusterRestoreStatus advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest)
RestoreSynchronous method overload. Result of the invocation will be reported as a method return value.
public ClusterRestoreStatus advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RestoreSynchronous 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 advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest, com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback)
RestoreAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterRestoreStatus
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest, com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RestoreAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.ClusterRestoreStatus
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public ClusterRestoreStatus cancel()
RestoreSynchronous method overload. Result of the invocation will be reported as a method return value.
public ClusterRestoreStatus cancel(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RestoreSynchronous 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 cancel(com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback)
RestoreAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterRestoreStatus
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void cancel(com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RestoreAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.ClusterRestoreStatus
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public ClusterRestoreStatus retry()
RestoreSynchronous method overload. Result of the invocation will be reported as a method return value.
public ClusterRestoreStatus retry(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RestoreSynchronous 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 retry(com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback)
RestoreAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterRestoreStatus
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void retry(com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RestoreAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.ClusterRestoreStatus
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public ClusterRestoreStatus start(InitiateClusterRestoreRequest initiateClusterRestoreRequest)
RestoreSynchronous method overload. Result of the invocation will be reported as a method return value.
public ClusterRestoreStatus start(InitiateClusterRestoreRequest initiateClusterRestoreRequest, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RestoreSynchronous 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 start(InitiateClusterRestoreRequest initiateClusterRestoreRequest, com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback)
RestoreAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterRestoreStatus
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void start(InitiateClusterRestoreRequest initiateClusterRestoreRequest, com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RestoreAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.ClusterRestoreStatus
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public ClusterRestoreStatus suspend()
RestoreSynchronous method overload. Result of the invocation will be reported as a method return value.
public ClusterRestoreStatus suspend(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RestoreSynchronous 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 suspend(com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback)
RestoreAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterRestoreStatus
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void suspend(com.vmware.vapi.bindings.client.AsyncCallback<ClusterRestoreStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RestoreAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.ClusterRestoreStatus
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found