INPUT_OBJECT

ReplicationGatewayInfo

Description

Gateway information for a Rubrik cluster.

link GraphQL Schema definition

  • input ReplicationGatewayInfo {
  • # Gateway IPv4 address.
  • address: String!
  • # Gateway ports.
  • ports: [Int!]!
  • }