Data Object - ClusterComputeResourceSummary(vim.ClusterComputeResource.Summary)

Property of
ClusterComputeResource
Extends
ComputeResourceSummary
See also
ClusterComputeResourceVcsSlots, ClusterDasAdmissionControlInfo, ClusterDasData, ClusterUsageSummary
Since
2.0

Data Object Description

The ClusterComputeResourceSummary data object encapsulates runtime properties of a ClusterComputeResource.

Properties

Name Type Description
admissionControlInfo*ClusterDasAdmissionControlInfo

Information about the current amount of resources available for a vSphere HA cluster. The actual type of admissionControlInfo will depend on what kind of ClusterDasAdmissionControlPolicy was used to configure the cluster.

Since vSphere API 4.0
clusterMaintenanceModeStatus*xsd:string

Configuration pertinent to state of the cluster maintenance mode. Valid values are enumerated by the ClusterMaintenanceModeStatus type.

Since vSphere API 7.0.0.2
currentBalance*xsd:int

The current balance, in terms of standard deviation, for a DRS cluster. Units are thousandths. For example, 12 represents 0.012.

Since vSphere API 4.0
currentEVCGraphicsModeKey*xsd:string

The Enhanced VMotion Compatibility Graphics mode that is currently in effect for all hosts in this cluster; unset if no EVC mode is active.
See supportedEVCGraphicsMode

Since vSphere API 7.0.1.0
currentEVCModeKey*xsd:string

The Enhanced VMotion Compatibility mode that is currently in effect for all hosts in this cluster; unset if no EVC mode is active.
See supportedEVCMode

Since vSphere API 4.0
currentFailoverLevelxsd:intDeprecated. As of vSphere API 4.0, use currentFailoverLevel

Current failover level. This is the number of physical host failures that can be tolerated without impacting the ability to satisfy the minimums for all running virtual machines. This represents the current value, as opposed to desired value configured by the user.
dasData*ClusterDasData

Data pertaining to DAS.

Since vSphere API 5.0
drsScore*xsd:int

The DRS score of this cluster, in percentage.

Since vSphere API 7.0
numVmotionsxsd:int

Total number of migrations with VMotion that have been done internal to this cluster.
numVmsPerDrsScoreBucket*xsd:int[]

The number of VMs in this cluster corresponding to each DRS score bucket. The buckets are defined as follows:
  • 0% - 20%
  • 21% - 40%
  • 41% - 60%
  • 61% - 80%
  • 81% - 100%

Since vSphere API 7.0
targetBalance*xsd:int

The target balance, in terms of standard deviation, for a DRS cluster. Units are thousandths. For example, 12 represents 0.012.

Since vSphere API 4.0
usageSummary*ClusterUsageSummary

The current usage summary for a DRS cluster.

Since vSphere API 6.0
vcsHealthStatus*xsd:string

The health status of the vSphere Cluster Services in the cluster. Supported values are enumerated by the VcsHealthStatus type.

Since vSphere API 7.0.1.1
vcsSlots*ClusterComputeResourceVcsSlots[]

An array of hosts and number of resource slots on the host for vSphere Cluster Services in the cluster. The number of resource slots on the host includes both following types: 1. Number of vCS VMs running on the host (resource reserved and occupied). 2. Number of reserved and unoccupied slots (reserved for new vCS VMs).

Since vSphere API 7.0.1.1
Properties inherited from ComputeResourceSummary
effectiveCpu, effectiveMemory, numCpuCores, numCpuThreads, numEffectiveHosts, numHosts, overallStatus, totalCpu, totalMemory
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition