public interface SubClusters extends com.vmware.vapi.bindings.Service, SubClustersTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId)
Delete a Sub-Cluster.
|
void |
delete(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete a Sub-Cluster.
|
void |
delete(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a Sub-Cluster.
|
void |
delete(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a Sub-Cluster.
|
SubCluster |
get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId)
Read a Sub-cluster configuration.
|
void |
get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
com.vmware.vapi.bindings.client.AsyncCallback<SubCluster> asyncCallback)
Read a Sub-cluster configuration.
|
void |
get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
com.vmware.vapi.bindings.client.AsyncCallback<SubCluster> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a Sub-cluster configuration.
|
SubCluster |
get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a Sub-cluster configuration.
|
SubClusterListResult |
list(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Paginated list of all sub-clusters.
|
void |
list(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<SubClusterListResult> asyncCallback)
Paginated list of all sub-clusters.
|
void |
list(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<SubClusterListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Paginated list of all sub-clusters.
|
SubClusterListResult |
list(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Paginated list of all sub-clusters.
|
void |
move(java.lang.String siteId,
java.lang.String enforcementpointId,
HostMovementSpec hostMovementSpec)
Move host from one sub-cluster to another sub-cluster.
|
void |
move(java.lang.String siteId,
java.lang.String enforcementpointId,
HostMovementSpec hostMovementSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Move host from one sub-cluster to another sub-cluster.
|
void |
move(java.lang.String siteId,
java.lang.String enforcementpointId,
HostMovementSpec hostMovementSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Move host from one sub-cluster to another sub-cluster.
|
void |
move(java.lang.String siteId,
java.lang.String enforcementpointId,
HostMovementSpec hostMovementSpec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Move host from one sub-cluster to another sub-cluster.
|
SubCluster |
patch(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
SubCluster subCluster)
Patch a sub-cluster under compute collection.
|
void |
patch(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
SubCluster subCluster,
com.vmware.vapi.bindings.client.AsyncCallback<SubCluster> asyncCallback)
Patch a sub-cluster under compute collection.
|
void |
patch(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
SubCluster subCluster,
com.vmware.vapi.bindings.client.AsyncCallback<SubCluster> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch a sub-cluster under compute collection.
|
SubCluster |
patch(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
SubCluster subCluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch a sub-cluster under compute collection.
|
SubCluster |
update(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
SubCluster subCluster)
Create or update a sub-cluster under a compute collection.
|
void |
update(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
SubCluster subCluster,
com.vmware.vapi.bindings.client.AsyncCallback<SubCluster> asyncCallback)
Create or update a sub-cluster under a compute collection.
|
void |
update(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
SubCluster subCluster,
com.vmware.vapi.bindings.client.AsyncCallback<SubCluster> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or update a sub-cluster under a compute collection.
|
SubCluster |
update(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
SubCluster subCluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create or update a sub-cluster under a compute collection.
|
void delete(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
siteId - (required)enforcementpointId - (required)subclusterId - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid delete(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
siteId - (required)enforcementpointId - (required)subclusterId - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid delete(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
siteId - (required)enforcementpointId - (required)subclusterId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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
siteId - (required)enforcementpointId - (required)subclusterId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.SubCluster get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String subclusterId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
siteId - (required)enforcementpointId - (required)subclusterId - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundSubCluster get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String subclusterId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
siteId - (required)enforcementpointId - (required)subclusterId - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
com.vmware.vapi.bindings.client.AsyncCallback<SubCluster> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.SubCluster
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
siteId - (required)enforcementpointId - (required)subclusterId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
com.vmware.vapi.bindings.client.AsyncCallback<SubCluster> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.SubCluster
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
siteId - (required)enforcementpointId - (required)subclusterId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.SubClusterListResult list(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
Synchronous method overload. Result of the invocation will be reported as a method return value.
siteId - (required)enforcementpointId - (required)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundSubClusterListResult list(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
siteId - (required)enforcementpointId - (required)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid list(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<SubClusterListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.SubClusterListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
siteId - (required)enforcementpointId - (required)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<SubClusterListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.SubClusterListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
siteId - (required)enforcementpointId - (required)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void move(java.lang.String siteId,
java.lang.String enforcementpointId,
HostMovementSpec hostMovementSpec)
Synchronous method overload. Result of the invocation will be reported as a method return value.
siteId - (required)enforcementpointId - (required)hostMovementSpec - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid move(java.lang.String siteId,
java.lang.String enforcementpointId,
HostMovementSpec hostMovementSpec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
siteId - (required)enforcementpointId - (required)hostMovementSpec - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid move(java.lang.String siteId,
java.lang.String enforcementpointId,
HostMovementSpec hostMovementSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
siteId - (required)enforcementpointId - (required)hostMovementSpec - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void move(java.lang.String siteId,
java.lang.String enforcementpointId,
HostMovementSpec hostMovementSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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
siteId - (required)enforcementpointId - (required)hostMovementSpec - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.SubCluster patch(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String subclusterId, SubCluster subCluster)
Synchronous method overload. Result of the invocation will be reported as a method return value.
siteId - (required)enforcementpointId - (required)subclusterId - (required)subCluster - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundSubCluster patch(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String subclusterId, SubCluster subCluster, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
siteId - (required)enforcementpointId - (required)subclusterId - (required)subCluster - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid patch(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
SubCluster subCluster,
com.vmware.vapi.bindings.client.AsyncCallback<SubCluster> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.SubCluster
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
siteId - (required)enforcementpointId - (required)subclusterId - (required)subCluster - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void patch(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
SubCluster subCluster,
com.vmware.vapi.bindings.client.AsyncCallback<SubCluster> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.SubCluster
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
siteId - (required)enforcementpointId - (required)subclusterId - (required)subCluster - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.SubCluster update(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String subclusterId, SubCluster subCluster)
Synchronous method overload. Result of the invocation will be reported as a method return value.
siteId - (required)enforcementpointId - (required)subclusterId - (required)subCluster - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundSubCluster update(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String subclusterId, SubCluster subCluster, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
siteId - (required)enforcementpointId - (required)subclusterId - (required)subCluster - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid update(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
SubCluster subCluster,
com.vmware.vapi.bindings.client.AsyncCallback<SubCluster> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.SubCluster
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
siteId - (required)enforcementpointId - (required)subclusterId - (required)subCluster - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String subclusterId,
SubCluster subCluster,
com.vmware.vapi.bindings.client.AsyncCallback<SubCluster> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.SubCluster
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
siteId - (required)enforcementpointId - (required)subclusterId - (required)subCluster - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.