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 ImpactInfo |
ImpactInfo._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 ImpactInfo |
ImpactInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ImpactInfo |
ImpactInfo.Builder.build() |
ImpactInfo |
HostPrecheckResult.getImpact()
This field represents the impact on the host to reach the desired configuration
state.
|
Modifier and Type | Method and Description |
---|---|
void |
HostPrecheckResult.setImpact(ImpactInfo impact)
This field represents the impact on the host to reach the desired configuration
state.
|
HostPrecheckResult.Builder |
HostPrecheckResult.Builder.setImpact(ImpactInfo impact)
This field represents the impact on the host to reach the desired configuration
state.
|