INPUT_OBJECT

CreateIpPoolMutationInput

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

link GraphQL Schema definition

  • input CreateIpPoolMutationInput {
  • # 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
  • }

link Require by