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.
- : String!
- # Required. Supported in v6.0+
- # Host groups configured in the compute cluster.
- : [HostGroupInfo!]!
- # Required. Supported in v6.0+
- # Moid of the compute cluster. This is not the Rubrik managed id.
- : String!
- # Required. Supported in v6.0+
- # Name of the compute cluster.
- : String!
- }