GetTransitRoutersResult

data class GetTransitRoutersResult(val cenId: String, val id: String, val ids: List<String>? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val status: String? = null, val transitRouterId: String? = null, val transitRouterIds: List<String>? = null, val transitRouters: List<GetTransitRoutersTransitRouter>)

A collection of values returned by getTransitRouters.

Constructors

Link copied to clipboard
constructor(cenId: String, id: String, ids: List<String>? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, status: String? = null, transitRouterId: String? = null, transitRouterIds: List<String>? = null, transitRouters: List<GetTransitRoutersTransitRouter>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the CEN instance.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val ids: List<String>? = null
Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of CEN Transit Routers names.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val status: String? = null

The status of the transit router attachment.

Link copied to clipboard
val transitRouterId: String? = null

The ID of the transit router.

Link copied to clipboard
Link copied to clipboard

A list of CEN Transit Routers. Each element contains the following attributes: