| Package | Description |
|---|---|
| com.vmware.vcenter |
The
com.vmware.vcenter package provides interfaces for managing VMware
vSphere environments. |
| Modifier and Type | Method and Description |
|---|---|
static ClusterTypes.Info |
ClusterTypes.Info._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
ClusterTypes.Info |
ClusterTypes.Info.Builder.build() |
ClusterTypes.Info |
ClusterStub.get(String cluster) |
ClusterTypes.Info |
Cluster.get(String cluster)
Retrieves information about the cluster corresponding to
cluster. |
ClusterTypes.Info |
ClusterStub.get(String cluster,
InvocationConfig invocationConfig) |
ClusterTypes.Info |
Cluster.get(String cluster,
InvocationConfig invocationConfig)
Retrieves information about the cluster corresponding to
cluster. |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterStub.get(String cluster,
AsyncCallback<ClusterTypes.Info> asyncCallback) |
void |
Cluster.get(String cluster,
AsyncCallback<ClusterTypes.Info> asyncCallback)
Retrieves information about the cluster corresponding to
cluster. |
void |
ClusterStub.get(String cluster,
AsyncCallback<ClusterTypes.Info> asyncCallback,
InvocationConfig invocationConfig) |
void |
Cluster.get(String cluster,
AsyncCallback<ClusterTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Retrieves information about the cluster corresponding to
cluster. |
Copyright © 2016. All Rights Reserved.