Get Transit Router Vpc Attachments Attachment
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>)
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 payment type of the resource.
Link copied to clipboard
The resource type of the Transit Router VPC Attachment.
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 Owner ID of the VPC.
Link copied to clipboard
The list of zone mapping of the VPC.