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 | |
com.vmware.esx.settings.clusters.enablement.configuration |
The
com.vmware.esx.settings.clusters.enablement.configuration package
provides interfaces to manage enablement of configuration on an 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 |
LastComplianceResult.get(java.lang.String cluster)
This API provides results from the last completed Check Compliance operation on
the cluster.
|
ClusterCompliance |
LastComplianceResultStub.get(java.lang.String cluster) |
ClusterCompliance |
LastComplianceResult.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API provides results from the last completed Check Compliance operation on
the cluster.
|
ClusterCompliance |
LastComplianceResultStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
LastComplianceResult.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCompliance> asyncCallback)
This API provides results from the last completed Check Compliance operation on
the cluster.
|
void |
LastComplianceResultStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCompliance> asyncCallback) |
void |
LastComplianceResult.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCompliance> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API provides results from the last completed Check Compliance operation on
the cluster.
|
void |
LastComplianceResultStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterCompliance> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
ClusterCompliance |
TransitionTypes.ValidateResult.getCompliance()
Cluster Compliance result.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitionTypes.ValidateResult.setCompliance(ClusterCompliance compliance)
Cluster Compliance result.
|
TransitionTypes.ValidateResult.Builder |
TransitionTypes.ValidateResult.Builder.setCompliance(ClusterCompliance compliance)
Cluster Compliance result.
|