public class UpgradeStub extends com.vmware.vapi.internal.bindings.Stub implements Upgrade
Upgrade
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
UpgradeStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
UpgradeStub(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 |
abortpreupgradechecks()
Aborts execution of pre-upgrade checks if already in progress.
|
void |
abortpreupgradechecks(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Aborts execution of pre-upgrade checks if already in progress.
|
void |
abortpreupgradechecks(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Aborts execution of pre-upgrade checks if already in progress.
|
void |
abortpreupgradechecks(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Aborts execution of pre-upgrade checks if already in progress.
|
void |
executepostupgradechecks(java.lang.String componentType)
Run pre-defined checks to identify issues after upgrade of a component.
|
void |
executepostupgradechecks(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Run pre-defined checks to identify issues after upgrade of a component.
|
void |
executepostupgradechecks(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Run pre-defined checks to identify issues after upgrade of a component.
|
void |
executepostupgradechecks(java.lang.String componentType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Run pre-defined checks to identify issues after upgrade of a component.
|
void |
executepreupgradechecks(java.lang.String componentType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Run pre-defined checks to identify potential issues which can be encountered
during an upgrade or can cause an upgrade to fail.
|
void |
executepreupgradechecks(java.lang.String componentType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Run pre-defined checks to identify potential issues which can be encountered
during an upgrade or can cause an upgrade to fail.
|
void |
executepreupgradechecks(java.lang.String componentType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Run pre-defined checks to identify potential issues which can be encountered
during an upgrade or can cause an upgrade to fail.
|
void |
executepreupgradechecks(java.lang.String componentType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Run pre-defined checks to identify potential issues which can be encountered
during an upgrade or can cause an upgrade to fail.
|
void |
upgradeuc()
Upgrade the upgrade coordinator module itself.
|
void |
upgradeuc(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Upgrade the upgrade coordinator module itself.
|
void |
upgradeuc(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Upgrade the upgrade coordinator module itself.
|
void |
upgradeuc(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Upgrade the upgrade coordinator module itself.
|
public UpgradeStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public UpgradeStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public void abortpreupgradechecks()
UpgradeSynchronous method overload. Result of the invocation will be reported as a method return value.
abortpreupgradechecks in interface Upgradepublic void abortpreupgradechecks(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UpgradeSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
abortpreupgradechecks in interface UpgradeinvocationConfig - Configuration for the method invocation.public void abortpreupgradechecks(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
UpgradeAsynchronous 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
abortpreupgradechecks in interface UpgradeasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void abortpreupgradechecks(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UpgradeAsynchronous 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
abortpreupgradechecks in interface UpgradeasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void executepostupgradechecks(java.lang.String componentType)
UpgradeSynchronous method overload. Result of the invocation will be reported as a method return value.
executepostupgradechecks in interface UpgradecomponentType - (required)public void executepostupgradechecks(java.lang.String componentType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UpgradeSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
executepostupgradechecks in interface UpgradecomponentType - (required)invocationConfig - Configuration for the method invocation.public void executepostupgradechecks(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
UpgradeAsynchronous 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
executepostupgradechecks in interface UpgradecomponentType - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void executepostupgradechecks(java.lang.String componentType,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UpgradeAsynchronous 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
executepostupgradechecks in interface UpgradecomponentType - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void executepreupgradechecks(java.lang.String componentType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
UpgradeSynchronous method overload. Result of the invocation will be reported as a method return value.
executepreupgradechecks in interface UpgradecomponentType - Component type on which the action is performed or on which the results are
filtered (optional)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)public void executepreupgradechecks(java.lang.String componentType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UpgradeSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
executepreupgradechecks in interface UpgradecomponentType - Component type on which the action is performed or on which the results are
filtered (optional)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)invocationConfig - Configuration for the method invocation.public void executepreupgradechecks(java.lang.String componentType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
UpgradeAsynchronous 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
executepreupgradechecks in interface UpgradecomponentType - Component type on which the action is performed or on which the results are
filtered (optional)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void executepreupgradechecks(java.lang.String componentType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UpgradeAsynchronous 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
executepreupgradechecks in interface UpgradecomponentType - Component type on which the action is performed or on which the results are
filtered (optional)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void upgradeuc()
UpgradeSynchronous method overload. Result of the invocation will be reported as a method return value.
public void upgradeuc(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UpgradeSynchronous 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 upgradeuc(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
UpgradeAsynchronous 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 upgradeuc(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UpgradeAsynchronous 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