Get Router Interfaces Result
data class GetRouterInterfacesResult(val filters: List<GetRouterInterfacesFilter>? = null, val id: String, val ids: List<String>, val includeReservationData: String? = null, val interfaces: List<GetRouterInterfacesInterface>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null)
A collection of values returned by getRouterInterfaces.
Constructors
Link copied to clipboard
constructor(filters: List<GetRouterInterfacesFilter>? = null, id: String, ids: List<String>, includeReservationData: String? = null, interfaces: List<GetRouterInterfacesInterface>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null)