GetTransitRouterVpcAttachmentsAttachment

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

Constructors

Link copied to clipboard
constructor(autoPublishRouteEnabled: Boolean, cenId: String, id: String, paymentType: String, resourceType: String, status: String, transitRouterAttachmentDescription: String, transitRouterAttachmentId: String, transitRouterAttachmentName: String, transitRouterId: String, vpcId: String, vpcOwnerId: String, zoneMappings: List<GetTransitRouterVpcAttachmentsAttachmentZoneMapping>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Available since v1.224.0) Whether the transit router is automatically published to the VPC instance.

Link copied to clipboard

The ID of the CEN instance.

Link copied to clipboard
val id: String
Link copied to clipboard

The payment type of the resource.

Link copied to clipboard

The resource type of the Transit Router VPC Attachment.

Link copied to clipboard

The status of the Transit Router VPC Attachment. Valid Values: Attached, Attaching, Detaching.

Link copied to clipboard

The description of the Transit Router VPC Attachment.

Link copied to clipboard

The ID of the Transit Router VPC Attachment.

Link copied to clipboard

The name of the Transit Router VPC Attachment.

Link copied to clipboard

The ID of the transit router.

Link copied to clipboard

The ID of the VPC.

Link copied to clipboard

The Owner ID of the VPC.

Link copied to clipboard