apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
PlanStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
PlanStub(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 |
|---|---|
void |
abort()
Resets all migration steps done so far, so that migration can be restarted with
new setup details.
|
void |
abort(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Resets all migration steps done so far, so that migration can be restarted with
new setup details.
|
void |
abort(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Resets all migration steps done so far, so that migration can be restarted with
new setup details.
|
void |
abort(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Resets all migration steps done so far, so that migration can be restarted with
new setup details.
|
void |
continue_(java.lang.Boolean skip)
Continue the migration.
|
void |
continue_(java.lang.Boolean skip,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Continue the migration.
|
void |
continue_(java.lang.Boolean skip,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Continue the migration.
|
void |
continue_(java.lang.Boolean skip,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Continue the migration.
|
void |
finish()
This API marks the completion of one execution of migration workflow.
|
void |
finish(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
This API marks the completion of one execution of migration workflow.
|
void |
finish(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API marks the completion of one execution of migration workflow.
|
void |
finish(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API marks the completion of one execution of migration workflow.
|
void |
pause()
Pause the migration.
|
void |
pause(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Pause the migration.
|
void |
pause(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Pause the migration.
|
void |
pause(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Pause the migration.
|
void |
reset(java.lang.String componentType)
Reset the migration plan to default plan.
|
void |
reset(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Reset the migration plan to default plan.
|
void |
reset(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Reset the migration plan to default plan.
|
void |
reset(java.lang.String componentType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Reset the migration plan to default plan.
|
void |
rollback()
Roll back the migration.
|
void |
rollback(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Roll back the migration.
|
void |
rollback(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Roll back the migration.
|
void |
rollback(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Roll back the migration.
|
void |
start()
Start the migration.
|
void |
start(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Start the migration.
|
void |
start(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Start the migration.
|
void |
start(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Start the migration.
|
void |
updatesitemigrationstate(FederationSiteMigrationState federationSiteMigrationState)
This API updates the migration-state of host groups which are part of provided
federation site/s.
|
void |
updatesitemigrationstate(FederationSiteMigrationState federationSiteMigrationState,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
This API updates the migration-state of host groups which are part of provided
federation site/s.
|
void |
updatesitemigrationstate(FederationSiteMigrationState federationSiteMigrationState,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API updates the migration-state of host groups which are part of provided
federation site/s.
|
void |
updatesitemigrationstate(FederationSiteMigrationState federationSiteMigrationState,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API updates the migration-state of host groups which are part of provided
federation site/s.
|
public PlanStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public PlanStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public void abort()
PlanSynchronous method overload. Result of the invocation will be reported as a method return value.
public void abort(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanSynchronous 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 abort(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void abort(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void continue_(java.lang.Boolean skip)
PlanSynchronous method overload. Result of the invocation will be reported as a method return value.
public void continue_(java.lang.Boolean skip,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanSynchronous 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 continue_(java.lang.Boolean skip,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void continue_(java.lang.Boolean skip,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void finish()
PlanSynchronous method overload. Result of the invocation will be reported as a method return value.
public void finish(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanSynchronous 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 finish(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void finish(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void pause()
PlanSynchronous method overload. Result of the invocation will be reported as a method return value.
public void pause(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanSynchronous 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 pause(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void pause(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void reset(java.lang.String componentType)
PlanSynchronous method overload. Result of the invocation will be reported as a method return value.
public void reset(java.lang.String componentType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanSynchronous 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 reset(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void reset(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void rollback()
PlanSynchronous method overload. Result of the invocation will be reported as a method return value.
public void rollback(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanSynchronous 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 rollback(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void rollback(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void start()
PlanSynchronous method overload. Result of the invocation will be reported as a method return value.
public void start(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanSynchronous 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(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void start(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void updatesitemigrationstate(FederationSiteMigrationState federationSiteMigrationState)
PlanSynchronous method overload. Result of the invocation will be reported as a method return value.
updatesitemigrationstate in interface PlanfederationSiteMigrationState - (required)public void updatesitemigrationstate(FederationSiteMigrationState federationSiteMigrationState, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
updatesitemigrationstate in interface PlanfederationSiteMigrationState - (required)invocationConfig - Configuration for the method invocation.public void updatesitemigrationstate(FederationSiteMigrationState federationSiteMigrationState, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
updatesitemigrationstate in interface PlanfederationSiteMigrationState - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void updatesitemigrationstate(FederationSiteMigrationState federationSiteMigrationState, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlanAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
updatesitemigrationstate in interface PlanfederationSiteMigrationState - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.