public class PrecheckByClustersStub extends com.vmware.vapi.internal.bindings.Stub implements PrecheckByClusters
PrecheckByClusters
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
PrecheckByClustersStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
PrecheckByClustersStub(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 |
create(PrecheckParameters precheckParameters,
java.lang.Boolean tolerateDifferentConfigurations)
Start precheck for N-VDS to VDS migration by clusters
|
void |
create(PrecheckParameters precheckParameters,
java.lang.Boolean tolerateDifferentConfigurations,
com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback)
Start precheck for N-VDS to VDS migration by clusters
|
void |
create(PrecheckParameters precheckParameters,
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 clusters
|
NvdsUpgradePrecheckId |
create(PrecheckParameters precheckParameters,
java.lang.Boolean tolerateDifferentConfigurations,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Start precheck for N-VDS to VDS migration by clusters
|
public PrecheckByClustersStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public PrecheckByClustersStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NvdsUpgradePrecheckId create(PrecheckParameters precheckParameters, java.lang.Boolean tolerateDifferentConfigurations)
PrecheckByClustersSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface PrecheckByClustersprecheckParameters - (required)tolerateDifferentConfigurations - tolerate differnet configurations (optional, default to true)public NvdsUpgradePrecheckId create(PrecheckParameters precheckParameters, java.lang.Boolean tolerateDifferentConfigurations, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrecheckByClustersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
create in interface PrecheckByClustersprecheckParameters - (required)tolerateDifferentConfigurations - tolerate differnet configurations (optional, default to true)invocationConfig - Configuration for the method invocation.public void create(PrecheckParameters precheckParameters, java.lang.Boolean tolerateDifferentConfigurations, com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback)
PrecheckByClustersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NvdsUpgradePrecheckId
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface PrecheckByClustersprecheckParameters - (required)tolerateDifferentConfigurations - tolerate differnet configurations (optional, default to true)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(PrecheckParameters precheckParameters, java.lang.Boolean tolerateDifferentConfigurations, com.vmware.vapi.bindings.client.AsyncCallback<NvdsUpgradePrecheckId> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrecheckByClustersAsynchronous 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.model.NvdsUpgradePrecheckId
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface PrecheckByClustersprecheckParameters - (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.