Package | Description |
---|---|
com.vmware.esx.settings.clusters.configuration |
The
com.vmware.esx.settings.clusters.configuration package provides
interfaces to manage the configuration of an ESX cluster. |
com.vmware.esx.settings.clusters.configuration.reports |
Modifier and Type | Method and Description |
---|---|
static ClusterPrecheckResult |
ClusterPrecheckResult._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, 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. |
static ClusterPrecheckResult |
ClusterPrecheckResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ClusterPrecheckResult |
ClusterPrecheckResult.Builder.build() |
Modifier and Type | Method and Description |
---|---|
ClusterPrecheckResult |
LastPrecheckResult.get(java.lang.String cluster)
This API returns results from the last Precheck operation on the cluster.
|
ClusterPrecheckResult |
LastPrecheckResultStub.get(java.lang.String cluster) |
ClusterPrecheckResult |
LastPrecheckResult.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API returns results from the last Precheck operation on the cluster.
|
ClusterPrecheckResult |
LastPrecheckResultStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
LastPrecheckResult.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterPrecheckResult> asyncCallback)
This API returns results from the last Precheck operation on the cluster.
|
void |
LastPrecheckResultStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterPrecheckResult> asyncCallback) |
void |
LastPrecheckResult.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterPrecheckResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API returns results from the last Precheck operation on the cluster.
|
void |
LastPrecheckResultStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterPrecheckResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |