ENUM
NetworkFlowType
enumeration of known Flow types
link GraphQL Schema definition
- enum NetworkFlowType {
- # Flows destined to or originating from IP addresses outside the range of RFC1918
- # or as configured by the user.
- # Flows destined to or originating from an AWS IP
- # Flows destined to or originating from an Azure IP
- # Flows destined to or originating from an IP address belonging to a
- # non-virtualized workload
- }
link Require by
- NetworkEntityFlowCountByFlowTypeConnectionsummary of count of flows per entity to a specific destination the summary provided is supports the GraphQL relay pattern to facilitate pagination queries from the clients.
- NetworkEntityFlowTypeInputencapsulates a complete set of input parameters required to fetch details on the flow types for a specific entity type. The following flow types are well known * Destination is Internet - count of flows from entity to internet * Source is Internet - count of flows from Internet to an entity * Destination is AWS - count of flows from entity to an AWS workload/service * Source is AWS - count of flows from AWS workload/service to an entity * Destination is Azure - count of flows from entity to an Azure workload/service * Source is Azure - count of flows from an Azure workload/service to an entity * Destination is Physical - count of flows from an entity to a physical IP address * Source is Physical - count of flows from a physical IP address to an entity