OBJECT

VmwareHostSummary

Description

Supported in v5.0+

link GraphQL Schema definition

  • type VmwareHostSummary {
  • # Supported in v5.0+
  • computeClusterId: String
  • # Supported in v5.0+
  • datacenterId: String
  • # Supported in v5.0
  • effectiveSlaDomainId: String
  • # Supported in v5.0
  • effectiveSlaDomainName: String
  • # Supported in v5.0
  • # Optional field containing Polaris managed id of the effective SLA domain if it
  • # is Polaris managed.
  • effectiveSlaDomainPolarisManagedId: String
  • # Supported in v5.0
  • # ID of the object from which the effective SLA domain is inherited
  • effectiveSlaSourceObjectId: String
  • # Supported in v5.0
  • # Name of the object from which the effective SLA domain is inherited
  • effectiveSlaSourceObjectName: String
  • # Supported in v5.1+
  • # API Version of the ESXi Host.
  • esxiVersion: String
  • # Supported in v5.3+
  • isInVmc: Boolean
  • slaAssignable: SlaAssignable
  • ioFilterStatus: HostFilterStatus
  • ioFilterUiStatus: HostUiFilterStatus
  • # Supported in v5.0+
  • datastores: [DataStoreSummary!]!
  • effectiveSlaHolder: EffectiveSlaHolder
  • }