public class PrecheckByClusterStub extends com.vmware.vapi.internal.bindings.Stub implements PrecheckByCluster
PrecheckByCluster
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
PrecheckByClusterStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
PrecheckByClusterStub(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 |
---|---|
NvdsUpgradePrecheckId |
get(java.lang.String clusterId)
Retrieve latest precheck ID of the N-VDS to VDS migration for the cluster
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supported |
void |
get(java.lang.String clusterId,
com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback)
Retrieve latest precheck ID of the N-VDS to VDS migration for the cluster
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supported |
void |
get(java.lang.String clusterId,
com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve latest precheck ID of the N-VDS to VDS migration for the cluster
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supported |
NvdsUpgradePrecheckId |
get(java.lang.String clusterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve latest precheck ID of the N-VDS to VDS migration for the cluster
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supported |
NvdsUpgradePrecheckId |
update(java.lang.String clusterId,
java.lang.Boolean tolerateDifferentConfigurations)
Start precheck for N-VDS to VDS migration by cluster
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supported |
void |
update(java.lang.String clusterId,
java.lang.Boolean tolerateDifferentConfigurations,
com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback)
Start precheck for N-VDS to VDS migration by cluster
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supported |
void |
update(java.lang.String clusterId,
java.lang.Boolean tolerateDifferentConfigurations,
com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Start precheck for N-VDS to VDS migration by cluster
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supported |
NvdsUpgradePrecheckId |
update(java.lang.String clusterId,
java.lang.Boolean tolerateDifferentConfigurations,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Start precheck for N-VDS to VDS migration by cluster
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supported |
public PrecheckByClusterStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public PrecheckByClusterStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
public NvdsUpgradePrecheckId get(java.lang.String clusterId)
PrecheckByCluster
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface PrecheckByCluster
clusterId
- (required)public NvdsUpgradePrecheckId get(java.lang.String clusterId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrecheckByCluster
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
get
in interface PrecheckByCluster
clusterId
- (required)invocationConfig
- Configuration for the method invocation.public void get(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback)
PrecheckByCluster
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.nsx_policy.model.NvdsUpgradePrecheckId
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
get
in interface PrecheckByCluster
clusterId
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrecheckByCluster
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_policy.model.NvdsUpgradePrecheckId
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
get
in interface PrecheckByCluster
clusterId
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public NvdsUpgradePrecheckId update(java.lang.String clusterId, java.lang.Boolean tolerateDifferentConfigurations)
PrecheckByCluster
Synchronous method overload. Result of the invocation will be reported as a method return value.
update
in interface PrecheckByCluster
clusterId
- (required)tolerateDifferentConfigurations
- tolerate differnet configurations (optional, default to true)public NvdsUpgradePrecheckId update(java.lang.String clusterId, java.lang.Boolean tolerateDifferentConfigurations, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrecheckByCluster
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
update
in interface PrecheckByCluster
clusterId
- (required)tolerateDifferentConfigurations
- tolerate differnet configurations (optional, default to true)invocationConfig
- Configuration for the method invocation.public void update(java.lang.String clusterId, java.lang.Boolean tolerateDifferentConfigurations, com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback)
PrecheckByCluster
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.nsx_policy.model.NvdsUpgradePrecheckId
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
update
in interface PrecheckByCluster
clusterId
- (required)tolerateDifferentConfigurations
- tolerate differnet configurations (optional, default to true)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String clusterId, java.lang.Boolean tolerateDifferentConfigurations, com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrecheckByCluster
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_policy.model.NvdsUpgradePrecheckId
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
update
in interface PrecheckByCluster
clusterId
- (required)tolerateDifferentConfigurations
- tolerate differnet configurations (optional, default to true)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.