ENUM
SubnetType
A subnet type defines what kind of entity an IP assignment within an subnet can be assigned to.
link GraphQL Schema definition
- enum SubnetType {
- # A subnet that allows assignments to any entity
- # A subnet that is only allowed to be used for assignment to an account
- # A subnet that is only allowed to be used for assignment to a network site
- # A subnet that cannot be currently used for assignment
- }
link Require by
- CreateSubnetMutationInputThe input object that defines the fields for the createSubnet mutation.
- InlineDeviceA device that sits inline with customer traffic to impose network policy.
- IpAssignmentAn IP address assignment.
- IpPoolAn IP pool, used for single address assignments (e.g. DHCP, PPPoE.)
- PollerA `Poller`.
- Querynull
- SubnetAn IPv4/IPv6 subnet.
- SupernetThe largest example of a unique subnet on your network. A supernet contains many subnets. An example of a supernet is 10.0.0.0/8.
- UpdateSubnetMutationInputThe input object that defines the fields for the updateSubnet mutation.