INPUT_OBJECT

UpdateIpPoolMutationInput

The input object that defines the fields for the updateIpPool mutation.

link GraphQL Schema definition

  • input UpdateIpPoolMutationInput {
  • # A descriptive name.
  • name: String
  • # A range of IPv4 addresses.
  • ip_range: IpRange
  • # The ID of a `DhcpServerIdentifier`.
  • dhcp_server_identifier_id: Int64Bit
  • # IDs of `EPC`s.
  • epc_ids: [Int64Bit]
  • # IDs of `DhcpServer`s.
  • dhcp_server_ids: [Int64Bit]
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `dhcp_server_identifier_id` to null.
  • unset_dhcp_server_identifier_id: Boolean
  • }

link Require by