Get Transit Router Vpn Attachments Attachment
data class GetTransitRouterVpnAttachmentsAttachment(val autoPublishRouteEnabled: Boolean, val createTime: String, val id: String, val resourceType: String, val status: String, val transitRouterAttachmentDescription: String, val transitRouterAttachmentId: String, val transitRouterAttachmentName: String, val transitRouterId: String, val vpnId: String, val vpnOwnerId: String, val zones: List<GetTransitRouterVpnAttachmentsAttachmentZone>)
Constructors
Link copied to clipboard
constructor(autoPublishRouteEnabled: Boolean, createTime: String, id: String, resourceType: String, status: String, transitRouterAttachmentDescription: String, transitRouterAttachmentId: String, transitRouterAttachmentName: String, transitRouterId: String, vpnId: String, vpnOwnerId: String, zones: List<GetTransitRouterVpnAttachmentsAttachmentZone>)
Properties
Link copied to clipboard
Whether to allow the forwarding router instance to automatically publish routing entries to IPsec connections.
Link copied to clipboard
The creation time of the resource.
Link copied to clipboard
Type of the resource.
Link copied to clipboard
The description of the VPN connection.
Link copied to clipboard
Link copied to clipboard
The name of the VPN connection.
Link copied to clipboard
The ID of the forwarding router instance.
Link copied to clipboard
The owner id of vpn.
Link copied to clipboard
The list of zone mapping.