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. |
Modifier and Type | Method and Description |
---|---|
static HostResult |
HostResult._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 HostResult |
HostResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HostResult |
HostResult.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,HostResult> |
ClusterCompliance.getHosts()
Map of host IDs to their compliance results.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterCompliance.setHosts(java.util.Map<java.lang.String,HostResult> hosts)
Map of host IDs to their compliance results.
|
Constructor and Description |
---|
Builder(ClusterCompliance.Status clusterStatus,
java.lang.String softwareCommit,
LocalizableMessage summary,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.Map<java.lang.String,HostResult> hosts,
java.util.Set<java.lang.String> compliantHosts,
java.util.Set<java.lang.String> nonCompliantHosts,
java.util.Set<java.lang.String> failedHosts,
java.util.Set<java.lang.String> skippedHosts,
java.util.Calendar endTime)
Constructor with parameters for the required properties of
ClusterCompliance . |