_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
void |
continue_(java.lang.String componentType,
java.lang.Boolean skip)
Continue the upgrade.
|
void |
continue_(java.lang.String componentType,
java.lang.Boolean skip,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Continue the upgrade.
|
void |
continue_(java.lang.String componentType,
java.lang.Boolean skip,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Continue the upgrade.
|
void |
continue_(java.lang.String componentType,
java.lang.Boolean skip,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Continue the upgrade.
|
void |
pause()
Pause the upgrade.
|
void |
pause(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Pause the upgrade.
|
void |
pause(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Pause the upgrade.
|
void |
pause(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Pause the upgrade.
|
void |
reset(java.lang.String componentType)
Reset the upgrade plan to default plan.
|
void |
reset(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Reset the upgrade 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 upgrade plan to default plan.
|
void |
reset(java.lang.String componentType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Reset the upgrade plan to default plan.
|
void |
stageupgrade(java.lang.String componentType)
This will stage the upgrade bits so that upgrade can be driven from outside NSX
upgrade-coordinator.
|
void |
stageupgrade(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
This will stage the upgrade bits so that upgrade can be driven from outside NSX
upgrade-coordinator.
|
void |
stageupgrade(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This will stage the upgrade bits so that upgrade can be driven from outside NSX
upgrade-coordinator.
|
void |
stageupgrade(java.lang.String componentType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This will stage the upgrade bits so that upgrade can be driven from outside NSX
upgrade-coordinator.
|
void |
start(java.lang.String componentType)
Start the upgrade.
|
void |
start(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Start the upgrade.
|
void |
start(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Start the upgrade.
|
void |
start(java.lang.String componentType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Start the upgrade.
|
void |
upgrade(java.lang.String componentType)
Depending on current upgrade state, start or continue the upgrade.
|
void |
upgrade(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Depending on current upgrade state, start or continue the upgrade.
|
void |
upgrade(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Depending on current upgrade state, start or continue the upgrade.
|
void |
upgrade(java.lang.String componentType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Depending on current upgrade state, start or continue the upgrade.
|
void |
upgradeselectedunits(UpgradeUnitList upgradeUnitList)
Upgrades, Resumes the upgrade of a selected set of units.
|
void |
upgradeselectedunits(UpgradeUnitList upgradeUnitList,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Upgrades, Resumes the upgrade of a selected set of units.
|
void |
upgradeselectedunits(UpgradeUnitList upgradeUnitList,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Upgrades, Resumes the upgrade of a selected set of units.
|
void |
upgradeselectedunits(UpgradeUnitList upgradeUnitList,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Upgrades, Resumes the upgrade of a selected set of units.
|
void continue_(java.lang.String componentType,
java.lang.Boolean skip)
Synchronous method overload. Result of the invocation will be reported as a method return value.
componentType - Component to upgrade. (optional)skip - Skip to upgrade of next component. (optional, default to false)com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.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 continue_(java.lang.String componentType,
java.lang.Boolean skip,
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 - Component to upgrade. (optional)skip - Skip to upgrade of next component. (optional, default to false)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.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 continue_(java.lang.String componentType,
java.lang.Boolean skip,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
componentType - Component to upgrade. (optional)skip - Skip to upgrade of next component. (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void continue_(java.lang.String componentType,
java.lang.Boolean skip,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> 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.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
componentType - Component to upgrade. (optional)skip - Skip to upgrade of next component. (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void pause()
Synchronous method overload. Result of the invocation will be reported as a method return value.
com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.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 pause(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.
invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.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 pause(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void pause(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> 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.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void reset(java.lang.String componentType)
Synchronous method overload. Result of the invocation will be reported as a method return value.
componentType - Component type (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 Foundvoid reset(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 - Component type (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 reset(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
componentType - Component type (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void reset(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> 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.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
componentType - Component type (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void stageupgrade(java.lang.String componentType)
Synchronous method overload. Result of the invocation will be reported as a method return value.
componentType - Component type (optional)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 stageupgrade(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 - Component type (optional)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 stageupgrade(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
componentType - Component type (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void stageupgrade(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> 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.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
componentType - Component type (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void start(java.lang.String componentType)
Synchronous method overload. Result of the invocation will be reported as a method return value.
componentType - Type of the component (optional)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 start(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 - Type of the component (optional)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 start(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
componentType - Type of the component (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void start(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> 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.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
componentType - Type of the component (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void upgrade(java.lang.String componentType)
Synchronous method overload. Result of the invocation will be reported as a method return value.
componentType - Type of the component (optional)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 upgrade(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 - Type of the component (optional)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 upgrade(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
componentType - Type of the component (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void upgrade(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> 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.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
componentType - Type of the component (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void upgradeselectedunits(UpgradeUnitList upgradeUnitList)
Synchronous method overload. Result of the invocation will be reported as a method return value.
upgradeUnitList - (required)com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.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 upgradeselectedunits(UpgradeUnitList upgradeUnitList, 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.
upgradeUnitList - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.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 upgradeselectedunits(UpgradeUnitList upgradeUnitList, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
upgradeUnitList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void upgradeselectedunits(UpgradeUnitList upgradeUnitList, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> 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.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
upgradeUnitList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.