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 |
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.
|
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 continue_(java.lang.String componentType,
java.lang.Boolean skip)
PlanSynchronous method overload. Result of the invocation will be reported as a method return value.
public void continue_(java.lang.String componentType,
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.String componentType,
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.String componentType,
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
continue_ in interface PlancomponentType - 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.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 stageupgrade(java.lang.String componentType)
PlanSynchronous method overload. Result of the invocation will be reported as a method return value.
stageupgrade in interface PlancomponentType - Component type (optional)public void stageupgrade(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.
stageupgrade in interface PlancomponentType - Component type (optional)invocationConfig - Configuration for the method invocation.public void stageupgrade(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
stageupgrade in interface PlancomponentType - Component type (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void stageupgrade(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
stageupgrade in interface PlancomponentType - Component type (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void start(java.lang.String componentType)
PlanSynchronous method overload. Result of the invocation will be reported as a method return value.
public void start(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 start(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 start(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 upgrade(java.lang.String componentType)
PlanSynchronous method overload. Result of the invocation will be reported as a method return value.
public void upgrade(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 upgrade(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 upgrade(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 upgradeselectedunits(UpgradeUnitList upgradeUnitList)
PlanSynchronous method overload. Result of the invocation will be reported as a method return value.
upgradeselectedunits in interface PlanupgradeUnitList - (required)public void upgradeselectedunits(UpgradeUnitList upgradeUnitList, 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.
upgradeselectedunits in interface PlanupgradeUnitList - (required)invocationConfig - Configuration for the method invocation.public void upgradeselectedunits(UpgradeUnitList upgradeUnitList, 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
upgradeselectedunits in interface PlanupgradeUnitList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void upgradeselectedunits(UpgradeUnitList upgradeUnitList, 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
upgradeselectedunits in interface PlanupgradeUnitList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.