GetGatewayVcoRoutesRoute

data class GetGatewayVcoRoutesRoute(val asPath: String, val createTime: String, val id: String, val nextHop: String, val routeDest: String, val source: String, val status: String, val vpnConnectionId: String, val weight: Int)

Constructors

Link copied to clipboard
constructor(asPath: String, createTime: String, id: String, nextHop: String, routeDest: String, source: String, status: String, vpnConnectionId: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of autonomous system numbers through which BGP routing entries pass.

Link copied to clipboard

The creation time of the VPN destination route.

Link copied to clipboard
val id: String

The ID of the Vpn Gateway Vco Routes.

Link copied to clipboard

The next hop of the destination route.

Link copied to clipboard

The destination network segment of the destination route.

Link copied to clipboard

The source CIDR block of the destination route.

Link copied to clipboard

The status of the vpn route entry. Valid values: normal, published.

Link copied to clipboard

The id of the vpn connection.

Link copied to clipboard
val weight: Int

The weight value of the destination route.