Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
com.vmware.esx.settings.clusters.software |
The
com.vmware.esx.settings.clusters.software package provides
interfaces to manage desired state software for ESX cluster. |
Modifier and Type | Method and Description |
---|---|
static ClusterCompliance |
ClusterCompliance._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 ClusterCompliance |
ClusterCompliance._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ClusterCompliance |
ClusterCompliance.Builder.build() |
Modifier and Type | Method and Description |
---|---|
ClusterCompliance |
Compliance.get(java.lang.String cluster)
Returns the compliance state for the cluster
|
ClusterCompliance |
ComplianceStub.get(java.lang.String cluster) |
ClusterCompliance |
Compliance.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the compliance state for the cluster
|
ClusterCompliance |
ComplianceStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Compliance.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCompliance> asyncCallback)
Returns the compliance state for the cluster
|
void |
ComplianceStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCompliance> asyncCallback) |
void |
Compliance.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCompliance> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the compliance state for the cluster
|
void |
ComplianceStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCompliance> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |