Get Router Interfaces Plain Args
data class GetRouterInterfacesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val oppositeInterfaceId: String? = null, val oppositeInterfaceOwnerId: String? = null, val outputFile: String? = null, val role: String? = null, val routerId: String? = null, val routerType: String? = null, val specification: String? = null, val status: String? = null) : ConvertibleToJava<GetRouterInterfacesPlainArgs>
A collection of arguments for invoking getRouterInterfaces.
Constructors
Link copied to clipboard
constructor(ids: List<String>? = null, nameRegex: String? = null, oppositeInterfaceId: String? = null, oppositeInterfaceOwnerId: String? = null, outputFile: String? = null, role: String? = null, routerId: String? = null, routerType: String? = null, specification: String? = null, status: String? = null)
Properties
Link copied to clipboard
ID of the peer router interface.
Link copied to clipboard
Account ID of the owner of the peer router interface.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Router type in the local region. Valid values are VRouter
and VBR
(physical connection).
Link copied to clipboard
Specification of the link, such as Small.1
(10Mb), Middle.1
(100Mb), Large.2
(2Gb), ...etc.