ENUM
IpassignmentableType
The owner of an IpAssignment
.
link GraphQL Schema definition
- enum IpassignmentableType {
- # An `Account`.
- # An `InventoryItem`.
- # An `InventoryModelFieldData`.
- # A `RadiusAccount`.
- # An `UninventoriedMacAddress`.
- # A `NetworkSite`.
- }
link Require by
- AccountA customer account.
- CreateIpAssignmentMutationInputThe input object that defines the fields for the createIpAssignment mutation.
- InventoryItemAn inventory item.
- InventoryModelFieldDataData contained within an inventory item field.
- IpAssignmentAn IP address assignment.
- IpAssignmentHistoryA historical record of an IP assignment.
- IpPoolAn IP pool, used for single address assignments (e.g. DHCP, PPPoE.)
- NetworkSiteA network site.
- Querynull
- RadiusAccountA RADIUS account.
- SubnetAn IPv4/IPv6 subnet.
- UninventoriedMacAddressA MAC address that is not recorded in the inventory system.
- UpdateIpAssignmentMutationInputThe input object that defines the fields for the updateIpAssignment mutation.