RouterExpressConnectRouterArgs

data class RouterExpressConnectRouterArgs(val alibabaSideAsn: Output<Int>? = null, val description: Output<String>? = null, val ecrName: Output<String>? = null, val regions: Output<List<RouterExpressConnectRouterRegionArgs>>? = null, val resourceGroupId: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<RouterExpressConnectRouterArgs>

Import

Express Connect Router Express Connect Router can be imported using the id, e.g.

$ pulumi import alicloud:expressconnect/routerExpressConnectRouter:RouterExpressConnectRouter example <id>

Constructors

Link copied to clipboard
constructor(alibabaSideAsn: Output<Int>? = null, description: Output<String>? = null, ecrName: Output<String>? = null, regions: Output<List<RouterExpressConnectRouterRegionArgs>>? = null, resourceGroupId: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val alibabaSideAsn: Output<Int>? = null

ASN representing resources.

Link copied to clipboard
val description: Output<String>? = null

Represents the description of the leased line gateway.

Link copied to clipboard
val ecrName: Output<String>? = null

Name of the Gateway representing the leased line.

Link copied to clipboard

List of regions representing leased line gateways. See regions below.

Link copied to clipboard
val resourceGroupId: Output<String>? = null

The ID of the resource group to which the ECR instance belongs.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

The tag of the resource.

Functions

Link copied to clipboard
open override fun toJava(): RouterExpressConnectRouterArgs