Get Router Interfaces Result
data class GetRouterInterfacesResult(val id: String, val ids: List<String>, val interfaces: List<GetRouterInterfacesInterface>, val nameRegex: String? = null, val names: List<String>, 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)
A collection of values returned by getRouterInterfaces.
Constructors
Link copied to clipboard
fun GetRouterInterfacesResult(id: String, ids: List<String>, interfaces: List<GetRouterInterfacesInterface>, nameRegex: String? = null, names: List<String>, oppositeInterfaceId: String? = null, oppositeInterfaceOwnerId: String? = null, outputFile: String? = null, role: String? = null, routerId: String? = null, routerType: String? = null, specification: String? = null, status: String? = null)