GetDnsFirewallPlainArgs

data class GetDnsFirewallPlainArgs(val accountId: String, val dnsFirewallId: String? = null) : ConvertibleToJava<GetDnsFirewallPlainArgs>

A collection of arguments for invoking getDnsFirewall.

Constructors

Link copied to clipboard
constructor(accountId: String, dnsFirewallId: String? = null)

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
val dnsFirewallId: String? = null

Identifier

Functions

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