Package | Description |
---|---|
com.vmware.esx.settings.clusters |
The
com.vmware.esx.settings.clusters package provides interfaces to
manage desired state configuration and software for a cluster of ESX hosts. |
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 |
---|---|
HostStatus |
ConfigurationTypes.ApplyResult.getStatus()
Specifies the aggregated status of the
com.vmware.esx.settings.clusters.Configuration#apply method. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,HostStatus> |
ConfigurationTypes.ApplyResult.getHostStatus()
Status of the hosts in this cluster to which the desired configuration specified
by the
ConfigurationTypes.ApplyResult.getCommit() was
applied to. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationTypes.ApplyResult.setStatus(HostStatus status)
Specifies the aggregated status of the
com.vmware.esx.settings.clusters.Configuration#apply method. |
ConfigurationTypes.ApplyResult.Builder |
ConfigurationTypes.ApplyResult.Builder.setStatus(HostStatus status)
Specifies the aggregated status of the
com.vmware.esx.settings.clusters.Configuration#apply method. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationTypes.ApplyResult.setHostStatus(java.util.Map<java.lang.String,HostStatus> hostStatus)
Status of the hosts in this cluster to which the desired configuration specified
by the
ConfigurationTypes.ApplyResult.getCommit() was
applied to. |
Constructor and Description |
---|
Builder(java.lang.String commit,
java.lang.String softwareCommit,
java.util.Map<java.lang.String,HostInfo> hostInfo,
java.util.Map<java.lang.String,HostStatus> hostStatus,
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
ConfigurationTypes.ApplyResult . |
Modifier and Type | Method and Description |
---|---|
static HostStatus |
HostStatus._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 HostStatus |
HostStatus._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
HostStatus |
HostStatus.Builder.build() |
HostStatus |
HostResult.getHostStatus()
This field represents the status of the check compliance operation.
|
HostStatus |
HostPrecheckResult.getStatus()
This field represents the status of the precheck request for this host.
|
Modifier and Type | Method and Description |
---|---|
void |
HostResult.setHostStatus(HostStatus hostStatus)
This field represents the status of the check compliance operation.
|
void |
HostPrecheckResult.setStatus(HostStatus status)
This field represents the status of the precheck request for this host.
|
Constructor and Description |
---|
Builder(HostStatus status,
LocalizableMessage summary)
Constructor with parameters for the required properties of
HostPrecheckResult . |
Builder(HostStatus hostStatus,
LocalizableMessage summary)
Constructor with parameters for the required properties of
HostResult . |