flags

@JvmName(name = "cidpkdgetpplgmyg")
suspend fun flags(value: Output<List<RuleGroupTcpFlag>>)
@JvmName(name = "dqskukxboumuotkn")
suspend fun flags(value: List<RuleGroupTcpFlag>)

Parameters

value

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:

  • The ones that are set in this flags setting must be set in the packet.

  • The ones that are not set in this flags setting must also not be set in the packet.


@JvmName(name = "ffixaawnwlamjiwf")
suspend fun flags(vararg values: Output<RuleGroupTcpFlag>)


@JvmName(name = "qguhronshhgivmky")
suspend fun flags(values: List<Output<RuleGroupTcpFlag>>)
@JvmName(name = "drkwyrhhnrnpoago")
suspend fun flags(vararg values: RuleGroupTcpFlag)

Parameters

values

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:

  • The ones that are set in this flags setting must be set in the packet.

  • The ones that are not set in this flags setting must also not be set in the packet.