ClusterDasAdmissionControlPolicy

ClusterDasAdmissionControlPolicy
ClusterDasAdmissionControlPolicy

Base class for specifying how admission control should be done for vSphere HA.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "resourceReductionToToleratePercent": 0,
    "pMemAdmissionControlEnabled": false
}
integer As int32 As int32
resourceReductionToToleratePercent
Optional

Percentage of resource reduction that a cluster of VMs can tolerate in case of a failover.

boolean
pMemAdmissionControlEnabled
Optional

Flag that determines whether strict admission control for persistent memory is enabled.

By default, this value is false. This flag can only be set to true if admissionControlEnabled is set to true. When you use persistent memory admission control, the following operations are prevented, if doing so would violate the admissionControlEnabled.

  • Creating a virtual machine with persistent memory.
  • Adding a virtual persistent memory device to a virtual machine.
  • Increasing the capacity of a virtual persistent memory device.

Since: vSphere API Release 7.0.2.0