GetRouteTablesPlainArgs

data class GetRouteTablesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val routeTableName: String? = null, val routeTableType: String? = null, val routerId: String? = null, val routerType: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val vpcId: String? = null) : ConvertibleToJava<GetRouteTablesPlainArgs>

A collection of arguments for invoking getRouteTables.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, routeTableName: String? = null, routeTableType: String? = null, routerId: String? = null, routerType: String? = null, status: String? = null, tags: Map<String, String>? = null, vpcId: String? = null)

Properties

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

A list of Route Tables IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter route tables by name.

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 pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val resourceGroupId: String? = null

The Id of resource group which route tables belongs.

Link copied to clipboard
val routerId: String? = null

The router ID.

Link copied to clipboard
val routerType: String? = null

The route type of route table. Valid values: VRouter and VBR.

Link copied to clipboard
val routeTableName: String? = null

The route table name.

Link copied to clipboard
val routeTableType: String? = null

The route table type.

Link copied to clipboard
val status: String? = null

The status of resource. Valid values: Available and Pending.

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

A mapping of tags to assign to the resource.

Link copied to clipboard
val vpcId: String? = null

Vpc id of the route table.

Functions

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