Rule Group Tcp Flag Field Args
data class RuleGroupTcpFlagFieldArgs(val flags: Output<List<RuleGroupTcpFlag>>, val masks: Output<List<RuleGroupTcpFlag>>? = null) : ConvertibleToJava<RuleGroupTcpFlagFieldArgs>
Properties
Link copied to clipboard
Used in conjunction with the Masks
setting to define the flags that must be set and flags that must not be set in order for the packet to match. This setting can only specify values that are also specified in the Masks
setting. For the flags that are specified in the masks setting, the following must be true for the packet to match:
Link copied to clipboard
The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.