stateless Custom Actions
Parameters
value
The custom action definitions that are available for use in the firewall policy's StatelessDefaultActions
setting. You name each custom action that you define, and then you can use it by name in your default actions specifications.
Parameters
values
The custom action definitions that are available for use in the firewall policy's StatelessDefaultActions
setting. You name each custom action that you define, and then you can use it by name in your default actions specifications.
suspend fun statelessCustomActions(argument: List<suspend FirewallPolicyCustomActionArgsBuilder.() -> Unit>)
suspend fun statelessCustomActions(vararg argument: suspend FirewallPolicyCustomActionArgsBuilder.() -> Unit)
suspend fun statelessCustomActions(argument: suspend FirewallPolicyCustomActionArgsBuilder.() -> Unit)
Parameters
argument
The custom action definitions that are available for use in the firewall policy's StatelessDefaultActions
setting. You name each custom action that you define, and then you can use it by name in your default actions specifications.