public interface Restore extends com.vmware.vapi.bindings.Service, RestoreTypes
Restore interface provides methods Performs restore operationsRestoreTypes.LocalizableMessage, RestoreTypes.LocationType, RestoreTypes.Metadata, RestoreTypes.RestoreRequest_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
RestoreTypes.Metadata |
validate(RestoreTypes.RestoreRequest piece)
Get metadata before restore
|
void |
validate(RestoreTypes.RestoreRequest piece,
com.vmware.vapi.bindings.client.AsyncCallback<RestoreTypes.Metadata> asyncCallback)
Get metadata before restore
|
void |
validate(RestoreTypes.RestoreRequest piece,
com.vmware.vapi.bindings.client.AsyncCallback<RestoreTypes.Metadata> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get metadata before restore
|
RestoreTypes.Metadata |
validate(RestoreTypes.RestoreRequest piece,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get metadata before restore
|
RestoreTypes.Metadata validate(RestoreTypes.RestoreRequest piece)
Synchronous method overload. Result of the invocation will be reported as a method return value.
piece - RestoreRequest StructureError - Generic errorInvalidArgument - if RestoreRequest includes a part that isn't marked as standaloneNotFound - if RestoreRequest includes a part that isn't in the backupRestoreTypes.Metadata validate(RestoreTypes.RestoreRequest piece, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
piece - RestoreRequest StructureinvocationConfig - Configuration for the method invocation.Error - Generic errorInvalidArgument - if RestoreRequest includes a part that isn't marked as standaloneNotFound - if RestoreRequest includes a part that isn't in the backupvoid validate(RestoreTypes.RestoreRequest piece, com.vmware.vapi.bindings.client.AsyncCallback<RestoreTypes.Metadata> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
Metadata Structure
Operation Errors:
Error - Generic error
InvalidArgument - if RestoreRequest includes a part that isn't marked as standalone
NotFound - if RestoreRequest includes a part that isn't in the backup
piece - RestoreRequest StructureasyncCallback - Receives the status (progress, result or error) of the operation invocation.void validate(RestoreTypes.RestoreRequest piece, com.vmware.vapi.bindings.client.AsyncCallback<RestoreTypes.Metadata> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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:
Metadata Structure
Operation Errors:
Error - Generic error
InvalidArgument - if RestoreRequest includes a part that isn't marked as standalone
NotFound - if RestoreRequest includes a part that isn't in the backup
piece - RestoreRequest StructureasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.