FirewallSubnetMapping

data class FirewallSubnetMapping(val ipAddressType: String? = null, val subnetId: String)

Constructors

Link copied to clipboard
constructor(ipAddressType: String? = null, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddressType: String? = null

The subnet's IP address type. Valida values: "DUALSTACK", "IPV4".

Link copied to clipboard

The unique identifier for the subnet.