ExternalAccessRuleSourceIpRange

data class ExternalAccessRuleSourceIpRange(val ipAddress: String? = null, val ipAddressRange: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddress: String? = null

A single IP address.

Link copied to clipboard
val ipAddressRange: String? = null

An IP address range in the CIDR format.