INPUT_OBJECT

CreateIpAssignmentMutationInput

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

link GraphQL Schema definition

  • input CreateIpAssignmentMutationInput {
  • # An IPv4/IPv6 subnet.
  • subnet: SubnetScalar!
  • # The owner of this `IpAssignment`.
  • ipassignmentable_type: IpassignmentableType!
  • # The ID of the owner of this `IpAssignment`.
  • ipassignmentable_id: Int64Bit!
  • # If this IP was assigned automatically (e.g. via DHCP or RADIUS) then it will be
  • # marked as a soft assignment.
  • soft: Boolean
  • # Some reference data regarding this IP assignment.
  • reference: Text
  • # A human readable description.
  • description: String
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by