GetTransitRouterVpnAttachmentsAttachment

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
fun GetTransitRouterVpnAttachmentsAttachment(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>)

Types

Link copied to clipboard
object Companion

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
val id: String
Link copied to clipboard

Type of the resource.

Link copied to clipboard

The status of the transit router attachment.

Link copied to clipboard

The description of the VPN connection.

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 id of the vpn.

Link copied to clipboard

The owner id of vpn.

Link copied to clipboard