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
fun GetRouterInterfacesPlainArgs(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)