INPUT_OBJECT

CreateIpAssignmentFromDhcpReservationMutationInput

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

link GraphQL Schema definition

  • input CreateIpAssignmentFromDhcpReservationMutationInput {
  • # An IPv4/IPv6 subnet.
  • ip_address: String!
  • # A MAC address.
  • mac_address: String!
  • # Some reference data regarding this IP assignment.
  • remote_id: Text
  • # Expired.
  • expired: Boolean!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by