Get Router Interfaces Interface
data class GetRouterInterfacesInterface(val accessPointId: String, val creationTime: String, val description: String, val healthCheckSourceIp: String, val healthCheckTargetIp: String, val id: String, val name: String, val oppositeInterfaceId: String, val oppositeInterfaceOwnerId: String, val oppositeRegionId: String, val oppositeRouterId: String, val oppositeRouterType: String, val role: String, val routerId: String, val routerType: String, val specification: String, val status: String, val vpcId: String)
Constructors
Link copied to clipboard
constructor(accessPointId: String, creationTime: String, description: String, healthCheckSourceIp: String, healthCheckTargetIp: String, id: String, name: String, oppositeInterfaceId: String, oppositeInterfaceOwnerId: String, oppositeRegionId: String, oppositeRouterId: String, oppositeRouterType: String, role: String, routerId: String, routerType: String, specification: String, status: String, vpcId: String)
Properties
Link copied to clipboard
ID of the access point used by the VBR.
Link copied to clipboard
Router interface creation time.
Link copied to clipboard
Router interface description.
Link copied to clipboard
Source IP address used to perform health check on the physical connection.
Link copied to clipboard
Destination IP address used to perform health check on the physical connection.
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
Peer router region ID.
Link copied to clipboard
Peer router ID.
Link copied to clipboard
Router type in the peer region. Possible values: VRouter
and VBR
.
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.