VnpGatewayNatRuleExternalMapping

data class VnpGatewayNatRuleExternalMapping(val addressSpace: String, val portRange: String? = null)

Constructors

Link copied to clipboard
constructor(addressSpace: String, portRange: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The string CIDR representing the address space for the VPN Gateway Nat Rule external mapping.

Link copied to clipboard
val portRange: String? = null

The single port range for the VPN Gateway Nat Rule external mapping.