Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
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 StatusInfo |
StatusInfo._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 StatusInfo |
StatusInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
StatusInfo |
StatusInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
StatusInfo |
ClusterPrecheckResult.getPrecheckResult()
This field represents the precheck results on the cluster, if any one host in
the cluster needs to be put in maintenance mode or to be rebooted.
|
StatusInfo |
HostPrecheckResult.getPrecheckResult()
This field represents the health check results from the host, if the host needs
to be put in maintenance mode or to be rebooted.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterPrecheckResult.setPrecheckResult(StatusInfo precheckResult)
This field represents the precheck results on the cluster, if any one host in
the cluster needs to be put in maintenance mode or to be rebooted.
|
ClusterPrecheckResult.Builder |
ClusterPrecheckResult.Builder.setPrecheckResult(StatusInfo precheckResult)
This field represents the precheck results on the cluster, if any one host in
the cluster needs to be put in maintenance mode or to be rebooted.
|
void |
HostPrecheckResult.setPrecheckResult(StatusInfo precheckResult)
This field represents the health check results from the host, if the host needs
to be put in maintenance mode or to be rebooted.
|
HostPrecheckResult.Builder |
HostPrecheckResult.Builder.setPrecheckResult(StatusInfo precheckResult)
This field represents the health check results from the host, if the host needs
to be put in maintenance mode or to be rebooted.
|