Get Route Tables Result
data class GetRouteTablesResult(val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val routeTableName: String? = null, val routerId: String? = null, val routerType: String? = null, val status: String? = null, val tables: List<GetRouteTablesTable>, val tags: Map<String, Any>? = null, val totalCount: Int, val vpcId: String? = null)
A collection of values returned by getRouteTables.
Constructors
Link copied to clipboard
fun GetRouteTablesResult(id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, routeTableName: String? = null, routerId: String? = null, routerType: String? = null, status: String? = null, tables: List<GetRouteTablesTable>, tags: Map<String, Any>? = null, totalCount: Int, vpcId: String? = null)