public interface Settings extends com.vmware.vapi.bindings.Service, SettingsTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
MigrationPlanSettings |
get(java.lang.String componentType)
Get the migration plan settings for the component.
|
void |
get(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationPlanSettings> asyncCallback)
Get the migration plan settings for the component.
|
void |
get(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationPlanSettings> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the migration plan settings for the component.
|
MigrationPlanSettings |
get(java.lang.String componentType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the migration plan settings for the component.
|
MigrationPlanSettings |
update(java.lang.String componentType,
MigrationPlanSettings migrationPlanSettings)
Update the migration plan settings for the component.
|
void |
update(java.lang.String componentType,
MigrationPlanSettings migrationPlanSettings,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationPlanSettings> asyncCallback)
Update the migration plan settings for the component.
|
void |
update(java.lang.String componentType,
MigrationPlanSettings migrationPlanSettings,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationPlanSettings> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the migration plan settings for the component.
|
MigrationPlanSettings |
update(java.lang.String componentType,
MigrationPlanSettings migrationPlanSettings,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the migration plan settings for the component.
|
MigrationPlanSettings get(java.lang.String componentType)
Synchronous method overload. Result of the invocation will be reported as a method return value.
componentType - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundMigrationPlanSettings get(java.lang.String componentType, 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.
componentType - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationPlanSettings> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.MigrationPlanSettings
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
componentType - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationPlanSettings> 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:
com.vmware.nsx.model.MigrationPlanSettings
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
componentType - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.MigrationPlanSettings update(java.lang.String componentType, MigrationPlanSettings migrationPlanSettings)
Synchronous method overload. Result of the invocation will be reported as a method return value.
componentType - (required)migrationPlanSettings - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundMigrationPlanSettings update(java.lang.String componentType, MigrationPlanSettings migrationPlanSettings, 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.
componentType - (required)migrationPlanSettings - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid update(java.lang.String componentType,
MigrationPlanSettings migrationPlanSettings,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationPlanSettings> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.MigrationPlanSettings
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
componentType - (required)migrationPlanSettings - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String componentType,
MigrationPlanSettings migrationPlanSettings,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationPlanSettings> 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:
com.vmware.nsx.model.MigrationPlanSettings
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
componentType - (required)migrationPlanSettings - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.