AccountNetworkProfileNodeManagementAccessIpRule

data class AccountNetworkProfileNodeManagementAccessIpRule(val action: String? = null, val ipRange: String)

Constructors

constructor(action: String? = null, ipRange: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

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

Link copied to clipboard

The CIDR block from which requests will match the rule.