Account Network Profile Node Management Access Args
data class AccountNetworkProfileNodeManagementAccessArgs(val defaultAction: Output<String>? = null, val ipRules: Output<List<AccountNetworkProfileNodeManagementAccessIpRuleArgs>>? = null) : ConvertibleToJava<AccountNetworkProfileNodeManagementAccessArgs>
Constructors
Link copied to clipboard
constructor(defaultAction: Output<String>? = null, ipRules: Output<List<AccountNetworkProfileNodeManagementAccessIpRuleArgs>>? = null)