INPUT_OBJECT
CreateIpAssignmentMutationInput
The input object that defines the fields for the createIpAssignment mutation.
link GraphQL Schema definition
- input CreateIpAssignmentMutationInput {
- # An IPv4/IPv6 subnet.
- SubnetScalar! :
- # The owner of this `IpAssignment`.
- IpassignmentableType! :
- # The ID of the owner of this `IpAssignment`.
- Int64Bit! :
- # If this IP was assigned automatically (e.g. via DHCP or RADIUS) then it will be
- # marked as a soft assignment.
- Boolean :
- # Some reference data regarding this IP assignment.
- Text :
- # A human readable description.
- String :
- # A note about this entity.
- NoteMutationInput :
- }