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.
- String!] : [
- # Supported in v5.3+
- # Gateway for the specified IP addresses.
- String :
- # Required. Supported in v5.3+
- # IP addresses and ranges, separated by commas.
- String!]! : [
- # Required. Supported in v5.3+
- # Subnet mask for the specified IP addresses.
- String! :
- }