Get Route Tables Plain Args
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
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Link copied to clipboard
The Id of resource group which route tables belongs.
Link copied to clipboard
The route type of route table. Valid values: VRouter
and VBR
.
Link copied to clipboard
The route table name.
Link copied to clipboard
The route table type.