SubnetResponse

data class SubnetResponse(val subnetAvailabilityZone: AvailabilityZoneResponse? = null, val subnetIdentifier: String? = null, val subnetStatus: String? = null)

Definition of Subnet

Constructors

Link copied to clipboard
constructor(subnetAvailabilityZone: AvailabilityZoneResponse? = null, subnetIdentifier: String? = null, subnetStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Availability Zone of the subnet.

Link copied to clipboard

The subnet identifier.

Link copied to clipboard
val subnetStatus: String? = null

The status of the subnet.