OBJECT

ClusterProxyReply

Description

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

link GraphQL Schema definition

  • type ClusterProxyReply {
  • # Proxy server.
  • server: String!
  • # Proxy port.
  • port: Int!
  • # Proxy account username.
  • username: String!
  • # Proxy protocol.
  • protocol: ProxyProtocol!
  • }

link Require by