INPUT_OBJECT

StaticIpInfoInput

Description

Supported in v5.3+ Information about static IP configuration.

link GraphQL Schema definition

  • input StaticIpInfoInput {
  • # Supported in v5.3+
  • # DNS Servers for the specified IP addresses.
  • dnsServers: [String!]
  • # Supported in v5.3+
  • # Gateway for the specified IP addresses.
  • gateway: String
  • # Required. Supported in v5.3+
  • # IP addresses and ranges, separated by commas.
  • ipAddresses: [String!]!
  • # Required. Supported in v5.3+
  • # Subnet mask for the specified IP addresses.
  • subnetMask: String!
  • }