ENUM

NetworkFlowType

enumeration of known Flow types

link GraphQL Schema definition

  • enum NetworkFlowType {
  • # Flows destined to or originating from an AWS IP
  • AWS
  • # Flows destined to or originating from an Azure IP
  • AZURE
  • # Flows destined to or originating from IP addresses outside the range of RFC1918
  • # or as configured by the user.
  • INTERNET
  • # Flows destined to or originating from an IP address belonging to a
  • # non-virtualized workload
  • PHYSICAL
  • }