GetRouterInterfacesInterface

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)

Types

Link copied to clipboard
object Companion

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
val id: String

Router interface ID.

Link copied to clipboard

Router interface name.

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

Role of the router interface. Valid values are InitiatingSide (connection initiator) and AcceptingSide (connection receiver). The value of this parameter must be InitiatingSide if the router_type is set to VBR.

Link copied to clipboard

ID of the VRouter located in the local region.

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.

Link copied to clipboard

Expected status. Valid values are Active, Inactive and Idle.

Link copied to clipboard

ID of the VPC that owns the router in the local region.