ZoneAttachmentVpc

data class ZoneAttachmentVpc(val regionId: String? = null, val vpcId: String)

Constructors

Link copied to clipboard
constructor(regionId: String? = null, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val regionId: String? = null

The region of the vpc. If not set, the current region will instead of.

Link copied to clipboard

The Id of the vpc.