public class ClusterStub extends com.vmware.vapi.internal.bindings.Stub implements Cluster
Cluster
API service.
WARNING: Internal class, subject to change in future versions.
ClusterTypes.FilterSpec, ClusterTypes.Info, ClusterTypes.SummaryapiProvider, converter, ifaceId, securityContextRESOURCE_TYPE| Constructor and Description |
|---|
ClusterStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ClusterStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
ClusterTypes.Info |
get(java.lang.String cluster)
Retrieves information about the cluster corresponding to
cluster. |
void |
get(java.lang.String cluster,
AsyncCallback<ClusterTypes.Info> asyncCallback)
Retrieves information about the cluster corresponding to
cluster. |
void |
get(java.lang.String cluster,
AsyncCallback<ClusterTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Retrieves information about the cluster corresponding to
cluster. |
ClusterTypes.Info |
get(java.lang.String cluster,
InvocationConfig invocationConfig)
Retrieves information about the cluster corresponding to
cluster. |
java.util.List<ClusterTypes.Summary> |
list(ClusterTypes.FilterSpec filter)
Returns information about at most 1000 visible (subject to permission checks)
clusters in vCenter matching the
ClusterTypes.FilterSpec. |
void |
list(ClusterTypes.FilterSpec filter,
AsyncCallback<java.util.List<ClusterTypes.Summary>> asyncCallback)
Returns information about at most 1000 visible (subject to permission checks)
clusters in vCenter matching the
ClusterTypes.FilterSpec. |
void |
list(ClusterTypes.FilterSpec filter,
AsyncCallback<java.util.List<ClusterTypes.Summary>> asyncCallback,
InvocationConfig invocationConfig)
Returns information about at most 1000 visible (subject to permission checks)
clusters in vCenter matching the
ClusterTypes.FilterSpec. |
java.util.List<ClusterTypes.Summary> |
list(ClusterTypes.FilterSpec filter,
InvocationConfig invocationConfig)
Returns information about at most 1000 visible (subject to permission checks)
clusters in vCenter matching the
ClusterTypes.FilterSpec. |
public ClusterStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ClusterStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.List<ClusterTypes.Summary> list(ClusterTypes.FilterSpec filter)
ClusterClusterTypes.FilterSpec.
Synchronous method overload. Result of the invocation will be reported as a method return value.
list in interface Clusterfilter - Specification of matching clusters for which information should be returned.
If null, the behavior is equivalent to a ClusterTypes.FilterSpec with all properties null
which means all clusters match the filter.ClusterTypes.FilterSpec.public java.util.List<ClusterTypes.Summary> list(ClusterTypes.FilterSpec filter, InvocationConfig invocationConfig)
ClusterClusterTypes.FilterSpec.
Synchronous 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 Clusterfilter - Specification of matching clusters for which information should be returned.
If null, the behavior is equivalent to a ClusterTypes.FilterSpec with all properties null
which means all clusters match the filter.invocationConfig - Configuration for the method invocation.ClusterTypes.FilterSpec.public void list(ClusterTypes.FilterSpec filter, AsyncCallback<java.util.List<ClusterTypes.Summary>> asyncCallback)
ClusterClusterTypes.FilterSpec.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
Commonly used information about the clusters matching the ClusterTypes.FilterSpec.
Operation Errors:
UnableToAllocateResource - if more than 1000 clusters match the ClusterTypes.FilterSpec.
ServiceUnavailable - if the system is unable to communicate with a service to complete the request.
Unauthenticated - if the user can not be authenticated.
Unauthorized - if the user doesn't have the required privileges.
list in interface Clusterfilter - Specification of matching clusters for which information should be returned.
If null, the behavior is equivalent to a ClusterTypes.FilterSpec with all properties null
which means all clusters match the filter.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(ClusterTypes.FilterSpec filter, AsyncCallback<java.util.List<ClusterTypes.Summary>> asyncCallback, InvocationConfig invocationConfig)
ClusterClusterTypes.FilterSpec.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
Commonly used information about the clusters matching the ClusterTypes.FilterSpec.
Operation Errors:
UnableToAllocateResource - if more than 1000 clusters match the ClusterTypes.FilterSpec.
ServiceUnavailable - if the system is unable to communicate with a service to complete the request.
Unauthenticated - if the user can not be authenticated.
Unauthorized - if the user doesn't have the required privileges.
list in interface Clusterfilter - Specification of matching clusters for which information should be returned.
If null, the behavior is equivalent to a ClusterTypes.FilterSpec with all properties null
which means all clusters match the filter.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ClusterTypes.Info get(java.lang.String cluster)
Clustercluster.
Synchronous method overload. Result of the invocation will be reported as a method return value.
get in interface Clustercluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.ClusterTypes.Info instances that corresponds to
the cluster.public ClusterTypes.Info get(java.lang.String cluster, InvocationConfig invocationConfig)
Clustercluster.
Synchronous 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 Clustercluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.invocationConfig - Configuration for the method invocation.ClusterTypes.Info instances that corresponds to
the cluster.public void get(java.lang.String cluster,
AsyncCallback<ClusterTypes.Info> asyncCallback)
Clustercluster.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
The ClusterTypes.Info instances that corresponds to
the cluster.
Operation Errors:
NotFound - if there is no cluster associated with cluster in the system.
ServiceUnavailable - if the system is unable to communicate with a service to complete the request.
Unauthenticated - if the session id is missing from the request or the corresponding session
object cannot be found.
Unauthorized - if the user doesn't not have the required privileges.
public void get(java.lang.String cluster,
AsyncCallback<ClusterTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Clustercluster.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
The ClusterTypes.Info instances that corresponds to
the cluster.
Operation Errors:
NotFound - if there is no cluster associated with cluster in the system.
ServiceUnavailable - if the system is unable to communicate with a service to complete the request.
Unauthenticated - if the session id is missing from the request or the corresponding session
object cannot be found.
Unauthorized - if the user doesn't not have the required privileges.
get in interface Clustercluster - Identifier of the cluster.
The parameter must be an identifier for the resource type: ClusterComputeResource.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.