GetRouteMapsResult

data class GetRouteMapsResult(val cenId: String, val cenRegionId: String? = null, val descriptionRegex: String? = null, val id: String, val ids: List<String>, val maps: List<GetRouteMapsMap>, val outputFile: String? = null, val status: String? = null, val transmitDirection: String? = null)

A collection of values returned by getRouteMaps.

Constructors

Link copied to clipboard
constructor(cenId: String, cenRegionId: String? = null, descriptionRegex: String? = null, id: String, ids: List<String>, maps: List<GetRouteMapsMap>, outputFile: String? = null, status: String? = null, transmitDirection: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the CEN instance.

Link copied to clipboard
val cenRegionId: String? = null

The ID of the region to which the CEN instance belongs.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of CEN route map IDs. Each item formats as <cen_id>:<route_map_id>. Before 1.161.0, its element is route_map_id.

Link copied to clipboard

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

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

The status of the route map.

Link copied to clipboard

The direction in which the route map is applied.