Get Firewall Plain Args
data class GetFirewallPlainArgs(val dropletIds: List<Int>? = null, val firewallId: String, val inboundRules: List<GetFirewallInboundRule>? = null, val outboundRules: List<GetFirewallOutboundRule>? = null, val tags: List<String>? = null) : ConvertibleToJava<GetFirewallPlainArgs>
A collection of arguments for invoking getFirewall.
Constructors
Link copied to clipboard
constructor(dropletIds: List<Int>? = null, firewallId: String, inboundRules: List<GetFirewallInboundRule>? = null, outboundRules: List<GetFirewallOutboundRule>? = null, tags: List<String>? = null)