OBJECT
Information about static IP configuration.
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! }