TrafficDirection
public enum TrafficDirection : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case ingress = "ingress"
-
Undocumented
Declaration
Swift
case egress = "egress"
-
Declaration
Swift
public var description: String { get }