AccountNetworkProfileNodeManagementAccessArgs

data class AccountNetworkProfileNodeManagementAccessArgs(val defaultAction: Output<String>? = null, val ipRules: Output<List<AccountNetworkProfileNodeManagementAccessIpRuleArgs>>? = null) : ConvertibleToJava<AccountNetworkProfileNodeManagementAccessArgs>

Constructors

constructor(defaultAction: Output<String>? = null, ipRules: Output<List<AccountNetworkProfileNodeManagementAccessIpRuleArgs>>? = null)

Properties

Link copied to clipboard
val defaultAction: Output<String>? = null

Specifies the default action for the node management access. Possible values are Allow and Deny. Defaults to Deny.

Link copied to clipboard

One or more ip_rule blocks as defined below.

Functions

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