GetTransitRoutersTransitRouter

data class GetTransitRoutersTransitRouter(val aliUid: String, val cenId: String, val id: String, val status: String, val transitRouterDescription: String, val transitRouterId: String, val transitRouterName: String, val type: String, val xgwVip: String)

Constructors

Link copied to clipboard
constructor(aliUid: String, cenId: String, id: String, status: String, transitRouterDescription: String, transitRouterId: String, transitRouterName: String, type: String, xgwVip: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The UID of the Aliyun.

Link copied to clipboard

The ID of the CEN instance.

Link copied to clipboard
val id: String

The ID of the resource, It is formatted to <cen_id>:<transit_router_id>. NOTE: Before 1.151.0, It is formatted to <transit_router_id>.

Link copied to clipboard

The status of the resource. Valid values Active, Creating, Deleting and Updating.

Link copied to clipboard

The description of the transit router.

Link copied to clipboard

The ID of the transit router.

Link copied to clipboard

The name of the transit router.

Link copied to clipboard

The Type of the transit router.

Link copied to clipboard

The vip of the XGW.