AccountNetworkProfileNodeManagementAccessIpRuleArgs

data class AccountNetworkProfileNodeManagementAccessIpRuleArgs(val action: Output<String>? = null, val ipRange: Output<String>) : ConvertibleToJava<AccountNetworkProfileNodeManagementAccessIpRuleArgs>

Constructors

constructor(action: Output<String>? = null, ipRange: Output<String>)

Properties

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

Specifies the action of the ip rule. The only possible value is Allow. Defaults to Allow.

Link copied to clipboard
val ipRange: Output<String>

The CIDR block from which requests will match the rule.

Functions

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