GetFirewallRulePlainArgs

data class GetFirewallRulePlainArgs(val ruleId: String? = null, val zoneId: String) : ConvertibleToJava<GetFirewallRulePlainArgs>

A collection of arguments for invoking getFirewallRule.

Constructors

Link copied to clipboard
constructor(ruleId: String? = null, zoneId: String)

Properties

Link copied to clipboard
val ruleId: String? = null

The unique identifier of the firewall rule.

Link copied to clipboard

Identifier

Functions

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