OBJECT

ClusterHostGroupInfo

Description

Supported in v6.0+

link GraphQL Schema definition

  • type ClusterHostGroupInfo {
  • # Required. Supported in v6.0+
  • # Name of data center the compute cluster is a member of.
  • datacenterName: String!
  • # Required. Supported in v6.0+
  • # Host groups configured in the compute cluster.
  • hostGroups: [HostGroupInfo!]!
  • # Required. Supported in v6.0+
  • # Moid of the compute cluster. This is not the Rubrik managed id.
  • id: String!
  • # Required. Supported in v6.0+
  • # Name of the compute cluster.
  • name: String!
  • }