GetTransitRouterVpcAttachmentsAttachment

data class GetTransitRouterVpcAttachmentsAttachment(val id: String, val paymentType: String, val resourceType: String, val status: String, val transitRouterAttachmentDescription: String, val transitRouterAttachmentId: String, val transitRouterAttachmentName: String, val vpcId: String, val vpcOwnerId: String, val zoneMappings: List<GetTransitRouterVpcAttachmentsAttachmentZoneMapping>)

Constructors

Link copied to clipboard
fun GetTransitRouterVpcAttachmentsAttachment(id: String, paymentType: String, resourceType: String, status: String, transitRouterAttachmentDescription: String, transitRouterAttachmentId: String, transitRouterAttachmentName: String, vpcId: String, vpcOwnerId: String, zoneMappings: List<GetTransitRouterVpcAttachmentsAttachmentZoneMapping>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the transit router.

Link copied to clipboard

The payment type of the resource.

Link copied to clipboard

Type of the resource.

Link copied to clipboard

The status of the resource. Valid values Attached, Attaching and Detaching.

Link copied to clipboard

The description of transit router attachment.

Link copied to clipboard

ID of the transit router VBR attachment.

Link copied to clipboard

Name of the transit router attachment.

Link copied to clipboard

ID of the VPC.

Link copied to clipboard

The Owner ID of the VPC.

Link copied to clipboard