OBJECT

GatewayInfo

Description

Gateway information for NAT replication setup.

link GraphQL Schema definition

  • type GatewayInfo {
  • # IPv4 address of the gateway.
  • address: String!
  • # Ports of the gateway.
  • ports: [Int!]!
  • }