GetFirewallPlainArgs

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)

Properties

Link copied to clipboard
val dropletIds: List<Int>? = null

The list of the IDs of the Droplets assigned to the Firewall.

Link copied to clipboard

The ID of the firewall to retrieve information about.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: List<String>? = null

The names of the Tags assigned to the Firewall.

Functions

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