OBJECT

ClusterVisibilityConfig

Description

Supported in v6.0+

link GraphQL Schema definition

  • type ClusterVisibilityConfig {
  • # Required. Supported in v6.0+
  • # Names of the host groups being protected.
  • hostGroupFilter: [String!]!
  • # Required. Supported in v6.0+
  • # VMware managed object ID of the compute cluster. This is not the ID managed by
  • # Rubrik.
  • id: String!
  • # Supported in v6.0+
  • # A Boolean that specifies whether the compute cluster is a VMware Metro Storage
  • # Cluster.
  • isVmwareMetroStorageCluster: Boolean
  • }