public class PreUpgradeChecksStub extends com.vmware.vapi.internal.bindings.Stub implements PreUpgradeChecks
PreUpgradeChecks
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
PreUpgradeChecksStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
PreUpgradeChecksStub(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 |
acknowledge(java.lang.String preUpgradeCheckId)
Some pre-checks can be marked as ACKNOWLEDGE required.
|
void |
acknowledge(java.lang.String preUpgradeCheckId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Some pre-checks can be marked as ACKNOWLEDGE required.
|
void |
acknowledge(java.lang.String preUpgradeCheckId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Some pre-checks can be marked as ACKNOWLEDGE required.
|
void |
acknowledge(java.lang.String preUpgradeCheckId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Some pre-checks can be marked as ACKNOWLEDGE required.
|
void |
resolve(java.lang.String preUpgradeCheckId)
Run auto resolve for a pre upgrade check to try and resolve the issue
encountered.
|
void |
resolve(java.lang.String preUpgradeCheckId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Run auto resolve for a pre upgrade check to try and resolve the issue
encountered.
|
void |
resolve(java.lang.String preUpgradeCheckId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Run auto resolve for a pre upgrade check to try and resolve the issue
encountered.
|
void |
resolve(java.lang.String preUpgradeCheckId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Run auto resolve for a pre upgrade check to try and resolve the issue
encountered.
|
public PreUpgradeChecksStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public PreUpgradeChecksStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public void acknowledge(java.lang.String preUpgradeCheckId)
PreUpgradeChecksSynchronous method overload. Result of the invocation will be reported as a method return value.
acknowledge in interface PreUpgradeCheckspreUpgradeCheckId - (required)public void acknowledge(java.lang.String preUpgradeCheckId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PreUpgradeChecksSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
acknowledge in interface PreUpgradeCheckspreUpgradeCheckId - (required)invocationConfig - Configuration for the method invocation.public void acknowledge(java.lang.String preUpgradeCheckId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
PreUpgradeChecksAsynchronous 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
acknowledge in interface PreUpgradeCheckspreUpgradeCheckId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void acknowledge(java.lang.String preUpgradeCheckId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PreUpgradeChecksAsynchronous 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
acknowledge in interface PreUpgradeCheckspreUpgradeCheckId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void resolve(java.lang.String preUpgradeCheckId)
PreUpgradeChecksSynchronous method overload. Result of the invocation will be reported as a method return value.
resolve in interface PreUpgradeCheckspreUpgradeCheckId - (required)public void resolve(java.lang.String preUpgradeCheckId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PreUpgradeChecksSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
resolve in interface PreUpgradeCheckspreUpgradeCheckId - (required)invocationConfig - Configuration for the method invocation.public void resolve(java.lang.String preUpgradeCheckId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
PreUpgradeChecksAsynchronous 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
resolve in interface PreUpgradeCheckspreUpgradeCheckId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void resolve(java.lang.String preUpgradeCheckId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PreUpgradeChecksAsynchronous 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
resolve in interface PreUpgradeCheckspreUpgradeCheckId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.