OBJECT
ClusterProxyReply
Description
Represents the response of a request to retrieve proxy information from a Rubrik cluster.
link GraphQL Schema definition
- type ClusterProxyReply {
- # Proxy port.
- : Int!
- # Proxy protocol.
- : ProxyProtocol!
- # Proxy server.
- : String!
- # Proxy account username.
- : String!
- }