ExternalAccessRuleDestinationIpRange

data class ExternalAccessRuleDestinationIpRange(val externalAddress: String? = null, val ipAddressRange: String? = null)

Constructors

Link copied to clipboard
constructor(externalAddress: String? = null, ipAddressRange: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val externalAddress: String? = null

The name of an ExternalAddress resource.

Link copied to clipboard
val ipAddressRange: String? = null

An IP address range in the CIDR format.