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 HostPrecheckResult |
HostPrecheckResult._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 HostPrecheckResult |
HostPrecheckResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HostPrecheckResult |
HostPrecheckResult.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,HostPrecheckResult> |
ClusterPrecheckResult.getHostPrecheck()
Map of host IDs to their precheck results.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterPrecheckResult.setHostPrecheck(java.util.Map<java.lang.String,HostPrecheckResult> hostPrecheck)
Map of host IDs to their precheck results.
|
Constructor and Description |
---|
Builder(ClusterPrecheckResult.Status status,
java.lang.String softwareCommit,
java.util.Calendar endTime,
LocalizableMessage summary,
java.util.List<LocalizableMessage> remediationSummary,
java.util.List<LocalizableMessage> remediationNotes,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.Map<java.lang.String,HostPrecheckResult> hostPrecheck,
java.util.Set<java.lang.String> successfulHosts,
java.util.Set<java.lang.String> failedHosts,
java.util.Set<java.lang.String> skippedHosts)
Constructor with parameters for the required properties of
ClusterPrecheckResult . |