OBJECT

ComputeClusterSummary

Description

Supported in v5.0+

link GraphQL Schema definition

  • type ComputeClusterSummary {
  • # Required. Supported in v5.0+
  • datacenterId: String!
  • # Supported in v5.1+
  • # Current Drs Status of Cluster.
  • drsStatus: Boolean
  • # Supported in v5.1+
  • # List of Versions of ESXi Hosts in Compute Cluster.
  • hostVersions: [String!]!
  • # Supported in v5.1+
  • lastUsedFqdn: String
  • effectiveSlaDomainId: String
  • effectiveSlaDomainName: String
  • # Optional field containing Polaris managed id of the effective SLA domain if it
  • # is Polaris managed.
  • effectiveSlaDomainPolarisManagedId: String
  • effectiveSlaHolder: EffectiveSlaHolder
  • # ID of the object from which the effective SLA domain is inherited
  • effectiveSlaSourceObjectId: String
  • # Name of the object from which the effective SLA domain is inherited
  • effectiveSlaSourceObjectName: String
  • ioFilterStatus: IoFilterStatus
  • slaAssignable: SlaAssignable
  • }