GetTransitRouterVpnAttachmentsAttachment

data class GetTransitRouterVpnAttachmentsAttachment(val autoPublishRouteEnabled: Boolean, val cenId: String, val chargeType: String, val createTime: String, val id: String, val resourceType: String, val status: String, val tags: Map<String, String>, val transitRouterAttachmentDescription: String, val transitRouterAttachmentId: String, val transitRouterAttachmentName: String, val transitRouterId: String, val vpnId: String, val vpnOwnerId: Int, val zones: List<GetTransitRouterVpnAttachmentsAttachmentZone>)

Constructors

Link copied to clipboard
constructor(autoPublishRouteEnabled: Boolean, cenId: String, chargeType: String, createTime: String, id: String, resourceType: String, status: String, tags: Map<String, String>, transitRouterAttachmentDescription: String, transitRouterAttachmentId: String, transitRouterAttachmentName: String, transitRouterId: String, vpnId: String, vpnOwnerId: Int, zones: List<GetTransitRouterVpnAttachmentsAttachmentZone>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether to allow the transit router to automatically advertise routes to the IPsec-VPN attachment. Valid values:* true (default): yes* false: no

Link copied to clipboard

The ID of the Cloud Enterprise Network (CEN) instance.

Link copied to clipboard

The billing method.Set the value to POSTPAY, which is the default value and specifies the pay-as-you-go billing method.

Link copied to clipboard

The creation time of the resource

Link copied to clipboard
val id: String

The ID of the resource supplied above.

Link copied to clipboard

The type of the resource. Set the value to cen, which specifies a CEN instance.

Link copied to clipboard

The Status of Transit Router Vpn Attachment. Valid Value: Attached, Attaching, Detaching.

Link copied to clipboard

The tag of the resource

Link copied to clipboard

The new description of the VPN attachment.The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with http:// or https://.

Link copied to clipboard

The ID of the VPN attachment.

Link copied to clipboard

The name of the VPN attachment.The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\_), and hyphens (-). It must start with a letter.

Link copied to clipboard

The ID of the transit router.

Link copied to clipboard

The ID of the IPsec-VPN attachment.

Link copied to clipboard

The ID of the Alibaba Cloud account to which the IPsec-VPN connection belongs.* If you do not set this parameter, the ID of the current Alibaba Cloud account is used.* You must set VpnOwnerId if you want to connect the transit router to an IPsec-VPN connection that belongs to another Alibaba Cloud account.

Link copied to clipboard

The Zone ID in the current region.System will create resources under the Zone that you specify.Left blank if associated IPSec connection is in dual-tunnel mode.