GetRouteServicesPlainArgs

data class GetRouteServicesPlainArgs(val accessRegionId: String? = null, val cenId: String, val host: String? = null, val hostRegionId: String? = null, val hostVpcId: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetRouteServicesPlainArgs>

A collection of arguments for invoking getRouteServices.

Constructors

Link copied to clipboard
constructor(accessRegionId: String? = null, cenId: String, host: String? = null, hostRegionId: String? = null, hostVpcId: String? = null, outputFile: String? = null, status: String? = null)

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 outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: String? = null

The status of the cloud service. Valid values: Active, Creating and Deleting.

Functions

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