public class EdgeClustersStub extends com.vmware.vapi.internal.bindings.Stub implements EdgeClusters
EdgeClusters
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
EdgeClustersStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
EdgeClustersStub(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 |
|---|---|
EdgeCluster |
create(EdgeCluster edgeCluster)
Creates a new edge cluster.
|
void |
create(EdgeCluster edgeCluster,
com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback)
Creates a new edge cluster.
|
void |
create(EdgeCluster edgeCluster,
com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new edge cluster.
|
EdgeCluster |
create(EdgeCluster edgeCluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new edge cluster.
|
void |
delete(java.lang.String edgeClusterId)
Deletes the specified edge cluster.
|
void |
delete(java.lang.String edgeClusterId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deletes the specified edge cluster.
|
void |
delete(java.lang.String edgeClusterId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes the specified edge cluster.
|
void |
delete(java.lang.String edgeClusterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes the specified edge cluster.
|
EdgeCluster |
get(java.lang.String edgeClusterId)
Returns information about the specified edge cluster.
|
void |
get(java.lang.String edgeClusterId,
com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback)
Returns information about the specified edge cluster.
|
void |
get(java.lang.String edgeClusterId,
com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the specified edge cluster.
|
EdgeCluster |
get(java.lang.String edgeClusterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the specified edge cluster.
|
EdgeClusterListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Returns information about the configured edge clusters, which enable you to
group together transport nodes of the type EdgeNode and apply fabric profiles to
all members of the edge cluster.
|
void |
list(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<EdgeClusterListResult> asyncCallback)
Returns information about the configured edge clusters, which enable you to
group together transport nodes of the type EdgeNode and apply fabric profiles to
all members of the edge cluster.
|
void |
list(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<EdgeClusterListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the configured edge clusters, which enable you to
group together transport nodes of the type EdgeNode and apply fabric profiles to
all members of the edge cluster.
|
EdgeClusterListResult |
list(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)
Returns information about the configured edge clusters, which enable you to
group together transport nodes of the type EdgeNode and apply fabric profiles to
all members of the edge cluster.
|
void |
relocateandremove(java.lang.String edgeClusterId,
EdgeClusterMemberIndex edgeClusterMemberIndex)
Relocate auto allocated service contexts from edge node at given index.
|
void |
relocateandremove(java.lang.String edgeClusterId,
EdgeClusterMemberIndex edgeClusterMemberIndex,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Relocate auto allocated service contexts from edge node at given index.
|
void |
relocateandremove(java.lang.String edgeClusterId,
EdgeClusterMemberIndex edgeClusterMemberIndex,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Relocate auto allocated service contexts from edge node at given index.
|
void |
relocateandremove(java.lang.String edgeClusterId,
EdgeClusterMemberIndex edgeClusterMemberIndex,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Relocate auto allocated service contexts from edge node at given index.
|
EdgeCluster |
replacetransportnode(java.lang.String edgeClusterId,
EdgeClusterMemberTransportNode edgeClusterMemberTransportNode)
Replace the transport node in the specified member of the edge-cluster.
|
void |
replacetransportnode(java.lang.String edgeClusterId,
EdgeClusterMemberTransportNode edgeClusterMemberTransportNode,
com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback)
Replace the transport node in the specified member of the edge-cluster.
|
void |
replacetransportnode(java.lang.String edgeClusterId,
EdgeClusterMemberTransportNode edgeClusterMemberTransportNode,
com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Replace the transport node in the specified member of the edge-cluster.
|
EdgeCluster |
replacetransportnode(java.lang.String edgeClusterId,
EdgeClusterMemberTransportNode edgeClusterMemberTransportNode,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Replace the transport node in the specified member of the edge-cluster.
|
EdgeCluster |
update(java.lang.String edgeClusterId,
EdgeCluster edgeCluster)
Modifies the specified edge cluster.
|
void |
update(java.lang.String edgeClusterId,
EdgeCluster edgeCluster,
com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback)
Modifies the specified edge cluster.
|
void |
update(java.lang.String edgeClusterId,
EdgeCluster edgeCluster,
com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies the specified edge cluster.
|
EdgeCluster |
update(java.lang.String edgeClusterId,
EdgeCluster edgeCluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies the specified edge cluster.
|
public EdgeClustersStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public EdgeClustersStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public EdgeCluster create(EdgeCluster edgeCluster)
EdgeClustersSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface EdgeClustersedgeCluster - (required)public EdgeCluster create(EdgeCluster edgeCluster, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EdgeClustersSynchronous 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 EdgeClustersedgeCluster - (required)invocationConfig - Configuration for the method invocation.public void create(EdgeCluster edgeCluster, com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback)
EdgeClustersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.EdgeCluster
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface EdgeClustersedgeCluster - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(EdgeCluster edgeCluster, com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EdgeClustersAsynchronous 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.EdgeCluster
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface EdgeClustersedgeCluster - (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 edgeClusterId)
EdgeClustersSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface EdgeClustersedgeClusterId - (required)public void delete(java.lang.String edgeClusterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EdgeClustersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
delete in interface EdgeClustersedgeClusterId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String edgeClusterId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
EdgeClustersAsynchronous 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
delete in interface EdgeClustersedgeClusterId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String edgeClusterId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EdgeClustersAsynchronous 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
delete in interface EdgeClustersedgeClusterId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public EdgeCluster get(java.lang.String edgeClusterId)
EdgeClustersSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface EdgeClustersedgeClusterId - (required)public EdgeCluster get(java.lang.String edgeClusterId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EdgeClustersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface EdgeClustersedgeClusterId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String edgeClusterId,
com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback)
EdgeClustersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.EdgeCluster
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface EdgeClustersedgeClusterId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String edgeClusterId,
com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EdgeClustersAsynchronous 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.EdgeCluster
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface EdgeClustersedgeClusterId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public EdgeClusterListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
EdgeClustersSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface EdgeClusterscursor - 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)public EdgeClusterListResult list(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)
EdgeClustersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface EdgeClusterscursor - 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.public void list(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<EdgeClusterListResult> asyncCallback)
EdgeClustersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.EdgeClusterListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface EdgeClusterscursor - 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.public void list(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<EdgeClusterListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EdgeClustersAsynchronous 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.EdgeClusterListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface EdgeClusterscursor - 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.public void relocateandremove(java.lang.String edgeClusterId,
EdgeClusterMemberIndex edgeClusterMemberIndex)
EdgeClustersSynchronous method overload. Result of the invocation will be reported as a method return value.
relocateandremove in interface EdgeClustersedgeClusterId - (required)edgeClusterMemberIndex - (required)public void relocateandremove(java.lang.String edgeClusterId,
EdgeClusterMemberIndex edgeClusterMemberIndex,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EdgeClustersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
relocateandremove in interface EdgeClustersedgeClusterId - (required)edgeClusterMemberIndex - (required)invocationConfig - Configuration for the method invocation.public void relocateandremove(java.lang.String edgeClusterId,
EdgeClusterMemberIndex edgeClusterMemberIndex,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
EdgeClustersAsynchronous 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
relocateandremove in interface EdgeClustersedgeClusterId - (required)edgeClusterMemberIndex - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void relocateandremove(java.lang.String edgeClusterId,
EdgeClusterMemberIndex edgeClusterMemberIndex,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EdgeClustersAsynchronous 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
relocateandremove in interface EdgeClustersedgeClusterId - (required)edgeClusterMemberIndex - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public EdgeCluster replacetransportnode(java.lang.String edgeClusterId, EdgeClusterMemberTransportNode edgeClusterMemberTransportNode)
EdgeClustersSynchronous method overload. Result of the invocation will be reported as a method return value.
replacetransportnode in interface EdgeClustersedgeClusterId - (required)edgeClusterMemberTransportNode - (required)public EdgeCluster replacetransportnode(java.lang.String edgeClusterId, EdgeClusterMemberTransportNode edgeClusterMemberTransportNode, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EdgeClustersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
replacetransportnode in interface EdgeClustersedgeClusterId - (required)edgeClusterMemberTransportNode - (required)invocationConfig - Configuration for the method invocation.public void replacetransportnode(java.lang.String edgeClusterId,
EdgeClusterMemberTransportNode edgeClusterMemberTransportNode,
com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback)
EdgeClustersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.EdgeCluster
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
replacetransportnode in interface EdgeClustersedgeClusterId - (required)edgeClusterMemberTransportNode - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void replacetransportnode(java.lang.String edgeClusterId,
EdgeClusterMemberTransportNode edgeClusterMemberTransportNode,
com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EdgeClustersAsynchronous 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.EdgeCluster
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
replacetransportnode in interface EdgeClustersedgeClusterId - (required)edgeClusterMemberTransportNode - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public EdgeCluster update(java.lang.String edgeClusterId, EdgeCluster edgeCluster)
EdgeClustersSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface EdgeClustersedgeClusterId - (required)edgeCluster - (required)public EdgeCluster update(java.lang.String edgeClusterId, EdgeCluster edgeCluster, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EdgeClustersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
update in interface EdgeClustersedgeClusterId - (required)edgeCluster - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String edgeClusterId,
EdgeCluster edgeCluster,
com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback)
EdgeClustersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.EdgeCluster
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface EdgeClustersedgeClusterId - (required)edgeCluster - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String edgeClusterId,
EdgeCluster edgeCluster,
com.vmware.vapi.bindings.client.AsyncCallback<EdgeCluster> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EdgeClustersAsynchronous 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.EdgeCluster
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface EdgeClustersedgeClusterId - (required)edgeCluster - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.