RuleGroupTcpFlagFieldArgs

data class RuleGroupTcpFlagFieldArgs(val flags: Output<List<RuleGroupTcpFlag>>, val masks: Output<List<RuleGroupTcpFlag>>? = null) : ConvertibleToJava<RuleGroupTcpFlagFieldArgs>

Constructors

Link copied to clipboard
constructor(flags: Output<List<RuleGroupTcpFlag>>, masks: Output<List<RuleGroupTcpFlag>>? = null)

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
val masks: Output<List<RuleGroupTcpFlag>>? = null

The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupTcpFlagFieldArgs