OBJECT

NutanixClusterSummary

Description

Supported in v5.0+

link GraphQL Schema definition

  • type NutanixClusterSummary {
  • # Supported in v5.0+
  • # Connection status of a Nutanix Cluster.
  • connectionStatus: RefreshableObjectConnectionStatus
  • # Required. Supported in v5.0+
  • hostname: String!
  • # Required. Supported in v5.0+
  • naturalId: String!
  • # Required. Supported in v5.0+
  • username: String!
  • slaAssignable: SlaAssignable
  • # The name of the Nutanix Prism Central to which this Nutanix cluster belongs.
  • prismCentralName: String
  • # Nutanix Operating System version of the Nutanix cluster.
  • version: String
  • # The ID of the Nutanix Prism Central to which this Nutanix cluster belongs.
  • prismCentralId: String
  • # Last refresh time of the Nutanix cluster.
  • lastRefreshTime: DateTime
  • snapshotConsistencyMandate: CdmNutanixSnapshotConsistencyMandate
  • # Supported in v5.3+
  • # Describes any pending SLA Domain assignment on this object.
  • pendingSlaDomain: ManagedObjectPendingSlaInfo
  • }