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
constructor(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)
Properties
Link copied to clipboard
A list of router interfaces. Each element contains the following attributes:
Link copied to clipboard
Peer router interface ID.
Link copied to clipboard
Account ID of the owner of the peer router interface.
Link copied to clipboard
Link copied to clipboard
Router type in the local region. Possible values: VRouter
and VBR
.
Link copied to clipboard
Router interface specification. Possible values: Small.1
, Middle.1
, Large.2
, ...etc.