Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
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 Release 4.0 |
clusterMaintenanceModeStatus* | xsd:string | Internal
Configuration pertinent to state of the cluster maintenance mode.
Valid values are enumerated by the ClusterMaintenanceModeStatus
type.
Since vSphere API Release 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 Release 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 Release 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 Release 4.0 |
currentFailoverLevel | xsd:int |
Deprecated.
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 Release 5.0 |
drsScore* | xsd:int |
The DRS score of this cluster, in percentage.
Since vSphere API Release 7.0 |
numVmotions | xsd: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:
|
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 Release 4.0 |
usageSummary* | ClusterUsageSummary |
The current usage summary for a DRS cluster.
Since vSphere API Release 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 Release 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 Release 7.0.1.1 |
Properties inherited from ComputeResourceSummary | ||
effectiveCpu, effectiveMemory, numCpuCores, numCpuThreads, numEffectiveHosts, numHosts, overallStatus, totalCpu, totalMemory | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |