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.
- String! :
- # Proxy port.
- Int! :
- # Proxy account username.
- String! :
- # Proxy protocol.
- ProxyProtocol! :
- }