public class ClusterStub extends com.vmware.vapi.internal.bindings.Stub implements Cluster
Cluster
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID, BACKUPTOREMOTE_FRAME_TYPE_GLOBAL_MANAGER, BACKUPTOREMOTE_FRAME_TYPE_LOCAL_LOCAL_MANAGER, BACKUPTOREMOTE_FRAME_TYPE_LOCAL_MANAGER, BACKUPTOREMOTE_FRAME_TYPE_NSX_INTELLIGENCE, REMOVENODE_FORCE_FALSE, REMOVENODE_FORCE_TRUE, REMOVENODE_GRACEFUL_SHUTDOWN_FALSE, REMOVENODE_GRACEFUL_SHUTDOWN_TRUE, REMOVENODE_IGNORE_REPOSITORY_IP_CHECK_FALSE, REMOVENODE_IGNORE_REPOSITORY_IP_CHECK_TRUE| Constructor and Description |
|---|
ClusterStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ClusterStub(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 |
backuptoremote(java.lang.String frameType,
java.lang.String siteId)
Request one-time backup.
|
void |
backuptoremote(java.lang.String frameType,
java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Request one-time backup.
|
void |
backuptoremote(java.lang.String frameType,
java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Request one-time backup.
|
void |
backuptoremote(java.lang.String frameType,
java.lang.String siteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Request one-time backup.
|
void |
create(java.lang.String targetNodeId,
java.lang.String targetUri)
Invoke POST request on target cluster node
|
void |
create(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Invoke POST request on target cluster node
|
void |
create(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Invoke POST request on target cluster node
|
void |
create(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Invoke POST request on target cluster node
|
void |
delete(java.lang.String targetNodeId,
java.lang.String targetUri)
Invoke DELETE request on target cluster node
|
void |
delete(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Invoke DELETE request on target cluster node
|
void |
delete(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Invoke DELETE request on target cluster node
|
void |
delete(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Invoke DELETE request on target cluster node
|
ClusterConfig |
get()
Returns information about the NSX cluster configuration.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<ClusterConfig> asyncCallback)
Returns information about the NSX cluster configuration.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<ClusterConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the NSX cluster configuration.
|
ClusterConfig |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the NSX cluster configuration.
|
ClusterNodeInfo |
get0(java.lang.String nodeId)
Returns information about the specified NSX cluster node.
|
void |
get0(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeInfo> asyncCallback)
Returns information about the specified NSX cluster node.
|
void |
get0(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the specified NSX cluster node.
|
ClusterNodeInfo |
get0(java.lang.String nodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the specified NSX cluster node.
|
void |
get1(java.lang.String targetNodeId,
java.lang.String targetUri)
Invoke GET request on target cluster node
|
void |
get1(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Invoke GET request on target cluster node
|
void |
get1(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Invoke GET request on target cluster node
|
void |
get1(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Invoke GET request on target cluster node
|
ClusterConfiguration |
joincluster(JoinClusterParameters joinClusterParameters)
Join this node to a NSX Cluster
|
void |
joincluster(JoinClusterParameters joinClusterParameters,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterConfiguration> asyncCallback)
Join this node to a NSX Cluster
|
void |
joincluster(JoinClusterParameters joinClusterParameters,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterConfiguration> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Join this node to a NSX Cluster
|
ClusterConfiguration |
joincluster(JoinClusterParameters joinClusterParameters,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Join this node to a NSX Cluster
|
ClusterConfiguration |
removenode(java.lang.String nodeId,
java.lang.String force,
java.lang.String gracefulShutdown,
java.lang.String ignoreRepositoryIpCheck)
Detach a node from the Cluster
|
void |
removenode(java.lang.String nodeId,
java.lang.String force,
java.lang.String gracefulShutdown,
java.lang.String ignoreRepositoryIpCheck,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterConfiguration> asyncCallback)
Detach a node from the Cluster
|
void |
removenode(java.lang.String nodeId,
java.lang.String force,
java.lang.String gracefulShutdown,
java.lang.String ignoreRepositoryIpCheck,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterConfiguration> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Detach a node from the Cluster
|
ClusterConfiguration |
removenode(java.lang.String nodeId,
java.lang.String force,
java.lang.String gracefulShutdown,
java.lang.String ignoreRepositoryIpCheck,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Detach a node from the Cluster
|
void |
summarizeinventorytoremote()
Request one-time inventory summary.
|
void |
summarizeinventorytoremote(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Request one-time inventory summary.
|
void |
summarizeinventorytoremote(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Request one-time inventory summary.
|
void |
summarizeinventorytoremote(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Request one-time inventory summary.
|
void |
update(java.lang.String targetNodeId,
java.lang.String targetUri)
Invoke PUT request on target cluster node
|
void |
update(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Invoke PUT request on target cluster node
|
void |
update(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Invoke PUT request on target cluster node
|
void |
update(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Invoke PUT request on target cluster node
|
public ClusterStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ClusterStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public void backuptoremote(java.lang.String frameType,
java.lang.String siteId)
ClusterSynchronous method overload. Result of the invocation will be reported as a method return value.
backuptoremote in interface ClusterframeType - Frame type (optional, default to LOCAL_LOCAL_MANAGER)siteId - Site ID (optional, default to localhost)public void backuptoremote(java.lang.String frameType,
java.lang.String siteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
backuptoremote in interface ClusterframeType - Frame type (optional, default to LOCAL_LOCAL_MANAGER)siteId - Site ID (optional, default to localhost)invocationConfig - Configuration for the method invocation.public void backuptoremote(java.lang.String frameType,
java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ClusterAsynchronous 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
backuptoremote in interface ClusterframeType - Frame type (optional, default to LOCAL_LOCAL_MANAGER)siteId - Site ID (optional, default to localhost)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void backuptoremote(java.lang.String frameType,
java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterAsynchronous 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
backuptoremote in interface ClusterframeType - Frame type (optional, default to LOCAL_LOCAL_MANAGER)siteId - Site ID (optional, default to localhost)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void create(java.lang.String targetNodeId,
java.lang.String targetUri)
ClusterSynchronous method overload. Result of the invocation will be reported as a method return value.
public void create(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterSynchronous 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 create(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ClusterAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
TimedOut - Gateway Timeout
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void create(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterAsynchronous 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
TimedOut - Gateway Timeout
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface ClustertargetNodeId - Target node UUID or keyword self (required)targetUri - URI of API to invoke on target node (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String targetNodeId,
java.lang.String targetUri)
ClusterSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterSynchronous 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 delete(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ClusterAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
TimedOut - Gateway Timeout
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void delete(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterAsynchronous 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
TimedOut - Gateway Timeout
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
delete in interface ClustertargetNodeId - Target node UUID or keyword self (required)targetUri - URI of API to invoke on target node (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ClusterConfig get()
ClusterSynchronous method overload. Result of the invocation will be reported as a method return value.
public ClusterConfig get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterSynchronous 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<ClusterConfig> asyncCallback)
ClusterAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterConfig
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<ClusterConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterAsynchronous 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.ClusterConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public ClusterNodeInfo get0(java.lang.String nodeId)
ClusterSynchronous method overload. Result of the invocation will be reported as a method return value.
public ClusterNodeInfo get0(java.lang.String nodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterSynchronous 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 get0(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeInfo> asyncCallback)
ClusterAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterNodeInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get0(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterNodeInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterAsynchronous 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.ClusterNodeInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get1(java.lang.String targetNodeId,
java.lang.String targetUri)
ClusterSynchronous method overload. Result of the invocation will be reported as a method return value.
public void get1(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterSynchronous 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 get1(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ClusterAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
TimedOut - Gateway Timeout
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get1(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterAsynchronous 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
TimedOut - Gateway Timeout
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get1 in interface ClustertargetNodeId - Target node UUID or keyword self (required)targetUri - URI of API to invoke on target node (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ClusterConfiguration joincluster(JoinClusterParameters joinClusterParameters)
ClusterSynchronous method overload. Result of the invocation will be reported as a method return value.
joincluster in interface ClusterjoinClusterParameters - (required)public ClusterConfiguration joincluster(JoinClusterParameters joinClusterParameters, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
joincluster in interface ClusterjoinClusterParameters - (required)invocationConfig - Configuration for the method invocation.public void joincluster(JoinClusterParameters joinClusterParameters, com.vmware.vapi.bindings.client.AsyncCallback<ClusterConfiguration> asyncCallback)
ClusterAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterConfiguration
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
joincluster in interface ClusterjoinClusterParameters - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void joincluster(JoinClusterParameters joinClusterParameters, com.vmware.vapi.bindings.client.AsyncCallback<ClusterConfiguration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterAsynchronous 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.ClusterConfiguration
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
joincluster in interface ClusterjoinClusterParameters - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ClusterConfiguration removenode(java.lang.String nodeId, java.lang.String force, java.lang.String gracefulShutdown, java.lang.String ignoreRepositoryIpCheck)
ClusterSynchronous method overload. Result of the invocation will be reported as a method return value.
removenode in interface ClusternodeId - UUID of the node (required)force - (optional)gracefulShutdown - (optional, default to false)ignoreRepositoryIpCheck - (optional, default to false)public ClusterConfiguration removenode(java.lang.String nodeId, java.lang.String force, java.lang.String gracefulShutdown, java.lang.String ignoreRepositoryIpCheck, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
removenode in interface ClusternodeId - UUID of the node (required)force - (optional)gracefulShutdown - (optional, default to false)ignoreRepositoryIpCheck - (optional, default to false)invocationConfig - Configuration for the method invocation.public void removenode(java.lang.String nodeId,
java.lang.String force,
java.lang.String gracefulShutdown,
java.lang.String ignoreRepositoryIpCheck,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterConfiguration> asyncCallback)
ClusterAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterConfiguration
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
removenode in interface ClusternodeId - UUID of the node (required)force - (optional)gracefulShutdown - (optional, default to false)ignoreRepositoryIpCheck - (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void removenode(java.lang.String nodeId,
java.lang.String force,
java.lang.String gracefulShutdown,
java.lang.String ignoreRepositoryIpCheck,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterConfiguration> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterAsynchronous 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.ClusterConfiguration
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
removenode in interface ClusternodeId - UUID of the node (required)force - (optional)gracefulShutdown - (optional, default to false)ignoreRepositoryIpCheck - (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void summarizeinventorytoremote()
ClusterSynchronous method overload. Result of the invocation will be reported as a method return value.
summarizeinventorytoremote in interface Clusterpublic void summarizeinventorytoremote(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
summarizeinventorytoremote in interface ClusterinvocationConfig - Configuration for the method invocation.public void summarizeinventorytoremote(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ClusterAsynchronous 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
summarizeinventorytoremote in interface ClusterasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void summarizeinventorytoremote(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterAsynchronous 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
summarizeinventorytoremote in interface ClusterasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void update(java.lang.String targetNodeId,
java.lang.String targetUri)
ClusterSynchronous method overload. Result of the invocation will be reported as a method return value.
public void update(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterSynchronous 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 update(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ClusterAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
TimedOut - Gateway Timeout
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void update(java.lang.String targetNodeId,
java.lang.String targetUri,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ClusterAsynchronous 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
TimedOut - Gateway Timeout
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface ClustertargetNodeId - Target node UUID or keyword self (required)targetUri - URI of API to invoke on target node (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.