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
  • MIXED
  • # A subnet that is only allowed to be used for assignment to an account
  • ACCOUNT
  • # A subnet that is only allowed to be used for assignment to a network site
  • NETWORK
  • # A subnet that cannot be currently used for assignment
  • EXCLUDED
  • }