ClusterFailoverResourcesAdmissionControlInfo

ClusterFailoverResourcesAdmissionControlInfo
ClusterFailoverResourcesAdmissionControlInfo

The current admission control related information if the cluster was configured with a FailoverResourcesAdmissionControlPolicy.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "currentCpuFailoverResourcesPercent": 0,
    "currentMemoryFailoverResourcesPercent": 0,
    "currentPMemFailoverResourcesPercent": 0
}
integer As int32 As int32
currentCpuFailoverResourcesPercent
Required

The percentage of cpu resources in the cluster available for failover.

integer As int32 As int32
currentMemoryFailoverResourcesPercent
Required

The percentage of memory resources in the cluster available for failover.

integer As int32 As int32
currentPMemFailoverResourcesPercent
Optional

The percentage of persistent memory resources in the cluster available for failover.

Since: vSphere API Release 7.0.2.0