OBJECT

ClusterDnsReply

Description

Represents the response of a request to retrieve DNS information from a Rubrik cluster.

link GraphQL Schema definition

  • type ClusterDnsReply {
  • # List of DNS name servers.
  • servers: [String!]!
  • # List of DNS search domains.
  • domains: [String!]!
  • }

link Require by