Enum Layer7RuleType
Type of the L7 rule. One of: 'application', 'applicationCategory', 'host', 'port', 'ipRange'
[JsonConverter(typeof(StringEnumConverter))]
public enum Layer7RuleType
- Extension Methods
Fields
[EnumMember(Value = "application")] Application = 0
Enum Application for "application"
[EnumMember(Value = "applicationCategory")] ApplicationCategory = 1
Enum ApplicationCategory for "applicationCategory"
[EnumMember(Value = "host")] Host = 2
Enum Host for "host"
[EnumMember(Value = "ipRange")] IpRange = 4
Enum IpRange for "ipRange"
[EnumMember(Value = "port")] Port = 3
Enum Port for "port"