OBJECT

ClusterIpMapping

Description

IP allow list of Rubrik cluster mappings.

link GraphQL Schema definition

  • type ClusterIpMapping {
  • # UUID of the Rubrik cluster.
  • clusterUuid: UUID!
  • # IP allow list of Rubrik clusters.
  • ips: [String!]!
  • }