RuleGroupRuleGroupRulesSourceStatefulRuleHeader

data class RuleGroupRuleGroupRulesSourceStatefulRuleHeader(val destination: String, val destinationPort: String, val direction: String, val protocol: String, val source: String, val sourcePort: String)

Constructors

constructor(destination: String, destinationPort: String, direction: String, protocol: String, source: String, sourcePort: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination IP address or address range to inspect for, in CIDR notation. To match with any address, specify ANY.

Link copied to clipboard

The destination port to inspect for. To match with any address, specify ANY.

Link copied to clipboard

The direction of traffic flow to inspect. Valid values: ANY or FORWARD.

Link copied to clipboard

The protocol to inspect. Valid values: IP, TCP, UDP, ICMP, HTTP, FTP, TLS, SMB, DNS, DCERPC, SSH, SMTP, IMAP, MSN, KRB5, IKEV2, TFTP, NTP, DHCP.

Link copied to clipboard

The source IP address or address range for, in CIDR notation. To match with any address, specify ANY.

Link copied to clipboard

The source port to inspect for. To match with any address, specify ANY.