public class PrecheckStub extends com.vmware.vapi.internal.bindings.Stub implements Precheck
Precheck
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
PrecheckStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
PrecheckStub(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()
Retrieve latest precheck ID of the N-VDS to VDS migration
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supported |
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback)
Retrieve latest precheck ID of the N-VDS to VDS migration
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supported |
void |
get(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
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supported |
NvdsUpgradePrecheckId |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve latest precheck ID of the N-VDS to VDS migration
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supported |
public PrecheckStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public PrecheckStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
public NvdsUpgradePrecheckId get()
Precheck
Synchronous method overload. Result of the invocation will be reported as a method return value.
public NvdsUpgradePrecheckId get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Precheck
Synchronous 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 get(com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback)
Precheck
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
public void get(com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Precheck
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