GetRouteServicesResult

data class GetRouteServicesResult(val accessRegionId: String? = null, val cenId: String, val host: String? = null, val hostRegionId: String? = null, val hostVpcId: String? = null, val id: String, val ids: List<String>, val outputFile: String? = null, val services: List<GetRouteServicesService>, val status: String? = null)

A collection of values returned by getRouteServices.

Constructors

Link copied to clipboard
constructor(accessRegionId: String? = null, cenId: String, host: String? = null, hostRegionId: String? = null, hostVpcId: String? = null, id: String, ids: List<String>, outputFile: String? = null, services: List<GetRouteServicesService>, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessRegionId: String? = null

The region of the network instances that access the cloud services.

Link copied to clipboard

The ID of the CEN instance.

Link copied to clipboard
val host: String? = null

The domain name or IP address of the cloud service.

Link copied to clipboard
val hostRegionId: String? = null

The region of the cloud service.

Link copied to clipboard
val hostVpcId: String? = null

The VPC associated with the cloud service.

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 Service IDs.

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

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

Link copied to clipboard
val status: String? = null

The status of the cloud service.