public static interface RuleGroupSourceStatefulRulesHeaderDetails.Builder extends SdkPojo, CopyableBuilder<RuleGroupSourceStatefulRulesHeaderDetails.Builder,RuleGroupSourceStatefulRulesHeaderDetails>
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSourceStatefulRulesHeaderDetails.Builder |
destination(String destination)
The destination IP address or address range to inspect for, in CIDR notation.
|
RuleGroupSourceStatefulRulesHeaderDetails.Builder |
destinationPort(String destinationPort)
The destination port to inspect for.
|
RuleGroupSourceStatefulRulesHeaderDetails.Builder |
direction(String direction)
The direction of traffic flow to inspect.
|
RuleGroupSourceStatefulRulesHeaderDetails.Builder |
protocol(String protocol)
The protocol to inspect for.
|
RuleGroupSourceStatefulRulesHeaderDetails.Builder |
source(String source)
The source IP address or address range to inspect for, in CIDR notation.
|
RuleGroupSourceStatefulRulesHeaderDetails.Builder |
sourcePort(String sourcePort)
The source port to inspect for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleGroupSourceStatefulRulesHeaderDetails.Builder destination(String destination)
The destination IP address or address range to inspect for, in CIDR notation. To match with any address,
specify ANY.
destination - The destination IP address or address range to inspect for, in CIDR notation. To match with any
address, specify ANY.RuleGroupSourceStatefulRulesHeaderDetails.Builder destinationPort(String destinationPort)
The destination port to inspect for. You can specify an individual port, such as 1994. You also
can specify a port range, such as 1990:1994. To match with any port, specify ANY.
destinationPort - The destination port to inspect for. You can specify an individual port, such as 1994.
You also can specify a port range, such as 1990:1994. To match with any port, specify
ANY.RuleGroupSourceStatefulRulesHeaderDetails.Builder direction(String direction)
The direction of traffic flow to inspect. If set to ANY, the inspection matches bidirectional
traffic, both from the source to the destination and from the destination to the source. If set to
FORWARD, the inspection only matches traffic going from the source to the destination.
direction - The direction of traffic flow to inspect. If set to ANY, the inspection matches
bidirectional traffic, both from the source to the destination and from the destination to the source.
If set to FORWARD, the inspection only matches traffic going from the source to the
destination.RuleGroupSourceStatefulRulesHeaderDetails.Builder protocol(String protocol)
The protocol to inspect for. To inspector for all protocols, use IP.
protocol - The protocol to inspect for. To inspector for all protocols, use IP.RuleGroupSourceStatefulRulesHeaderDetails.Builder source(String source)
The source IP address or address range to inspect for, in CIDR notation. To match with any address, specify
ANY.
source - The source IP address or address range to inspect for, in CIDR notation. To match with any address,
specify ANY.RuleGroupSourceStatefulRulesHeaderDetails.Builder sourcePort(String sourcePort)
The source port to inspect for. You can specify an individual port, such as 1994. You also can
specify a port range, such as 1990:1994. To match with any port, specify ANY.
sourcePort - The source port to inspect for. You can specify an individual port, such as 1994. You
also can specify a port range, such as 1990:1994. To match with any port, specify
ANY.Copyright © 2023. All rights reserved.