Get Transit Router Route Tables Plain Args
data class GetTransitRouterRouteTablesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null, val transitRouterId: String, val transitRouterRouteTableIds: List<String>? = null, val transitRouterRouteTableNames: List<String>? = null, val transitRouterRouteTableStatus: String? = null, val transitRouterRouteTableType: String? = null) : ConvertibleToJava<GetTransitRouterRouteTablesPlainArgs>
A collection of arguments for invoking getTransitRouterRouteTables.
Constructors
Link copied to clipboard
constructor(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null, transitRouterId: String, transitRouterRouteTableIds: List<String>? = null, transitRouterRouteTableNames: List<String>? = null, transitRouterRouteTableStatus: String? = null, transitRouterRouteTableType: String? = null)
Properties
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
ID of the CEN Transit Router Route Table.
Link copied to clipboard
A list of ID of the CEN Transit Router Route Table.
Link copied to clipboard
A list of name of the CEN Transit Router Route Table.
Link copied to clipboard
The status of the transit router route table to query. Valid values Creating
, Active
and Deleting
..
Link copied to clipboard
The type of the transit router route table to query. Valid values System
and Custom
.