public class NvdsUrtStub extends com.vmware.vapi.internal.bindings.Stub implements NvdsUrt
NvdsUrt
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
NvdsUrtStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
NvdsUrtStub(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 |
cleanup()
This API needs to be invoked before another precheck and upgrade is requested.
|
void |
cleanup(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
This API needs to be invoked before another precheck and upgrade is requested.
|
void |
cleanup(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API needs to be invoked before another precheck and upgrade is requested.
|
void |
cleanup(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API needs to be invoked before another precheck and upgrade is requested.
|
void |
ignoremigratestatus()
Set the migrate status key of ExtraConfigProfile of all Transport Nodes to
IGNORE
|
void |
ignoremigratestatus(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Set the migrate status key of ExtraConfigProfile of all Transport Nodes to
IGNORE
|
void |
ignoremigratestatus(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set the migrate status key of ExtraConfigProfile of all Transport Nodes to
IGNORE
|
void |
ignoremigratestatus(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set the migrate status key of ExtraConfigProfile of all Transport Nodes to
IGNORE
|
public NvdsUrtStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NvdsUrtStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public void cleanup()
NvdsUrtSynchronous method overload. Result of the invocation will be reported as a method return value.
public void cleanup(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NvdsUrtSynchronous 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 cleanup(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
NvdsUrtAsynchronous 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 cleanup(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NvdsUrtAsynchronous 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
public void ignoremigratestatus()
NvdsUrtSynchronous method overload. Result of the invocation will be reported as a method return value.
ignoremigratestatus in interface NvdsUrtpublic void ignoremigratestatus(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NvdsUrtSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
ignoremigratestatus in interface NvdsUrtinvocationConfig - Configuration for the method invocation.public void ignoremigratestatus(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
NvdsUrtAsynchronous 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
ignoremigratestatus in interface NvdsUrtasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void ignoremigratestatus(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NvdsUrtAsynchronous 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
ignoremigratestatus in interface NvdsUrtasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.