Esx.Settings.Defaults.Clusters.Policies.Apply.ResetInfo.PreRemediationPowerActionResetInfo

Esx.Settings.Defaults.Clusters.Policies.Apply.ResetInfo.PreRemediationPowerActionResetInfo
Esx.Settings.Defaults.Clusters.Policies.Apply.ResetInfo.PreRemediationPowerActionResetInfo

The Esx.Settings.Defaults.Clusters.Policies.Apply.ResetInfo.PreRemediationPowerActionResetInfo schema contains properties that describe the outcome when the configured value for what action should be taken on the power state of VMs before entering maintenance mode is reset.

This schema was added in vSphere API 7.0.0.0.

Note: this schema is restricted for VMware internal use only.

JSON Example
{
    "from": "string",
    "to": "string"
}
string
from
Required

The configured value for what should be done to the power state of the VM before entering maintenance mode.

Possible values:

  • POWER_OFF_VMS: Power off VMs before entering maintenance mode.
  • SUSPEND_VMS: Suspend VMs before entering maintenance mode
  • DO_NOT_CHANGE_VMS_POWER_STATE: Do not change the VM power state
  • SUSPEND_VMS_TO_MEMORY: Suspend VMs to Memory before entering maintenance mode

This constant was added in vSphere API 7.0.2.0.

For more information see: Esx.Settings.Defaults.Clusters.Policies.Apply.ResetInfo.PreRemediationPowerAction.

This property was added in vSphere API 7.0.0.0.

string
to
Required

The value for what should be done to the power state of the VM before entering maintenance mode, when the configured value is reset.

Possible values:

  • POWER_OFF_VMS: Power off VMs before entering maintenance mode.
  • SUSPEND_VMS: Suspend VMs before entering maintenance mode
  • DO_NOT_CHANGE_VMS_POWER_STATE: Do not change the VM power state
  • SUSPEND_VMS_TO_MEMORY: Suspend VMs to Memory before entering maintenance mode

This constant was added in vSphere API 7.0.2.0.

For more information see: Esx.Settings.Defaults.Clusters.Policies.Apply.ResetInfo.PreRemediationPowerAction.

This property was added in vSphere API 7.0.0.0.