OBJECT

VsphereProxyVmStaticIpInfo

Description

Information about static IP configuration.

link GraphQL Schema definition

  • type VsphereProxyVmStaticIpInfo {
  • # DNS Servers for the specified IP addresses.
  • dnsServers: [String!]!
  • # Gateway for the specified IP addresses.
  • gateway: String!
  • # IP addresses and ranges, separated by commas.
  • ipAddresses: [String!]!
  • # Subnet mask for the specified IP addresses.
  • subnetMask: String!
  • }