INPUT_OBJECT
UpdateIpPoolMutationInput
The input object that defines the fields for the updateIpPool mutation.
link GraphQL Schema definition
- input UpdateIpPoolMutationInput {
- # A descriptive name.
- : String
- # A range of IPv4 addresses.
- : IpRange
- # The ID of a `DhcpServerIdentifier`.
- : Int64Bit
- # IDs of `EPC`s.
- : [Int64Bit]
- # IDs of `DhcpServer`s.
- : [Int64Bit]
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `dhcp_server_identifier_id` to null.
- : Boolean
- }