GetPbrRouteEntriesEntry

data class GetPbrRouteEntriesEntry(val createTime: String, val id: String, val nextHop: String, val routeDest: String, val routeSource: String, val status: String, val vpnGatewayId: String, val weight: Int)

Constructors

Link copied to clipboard
constructor(createTime: String, id: String, nextHop: String, routeDest: String, routeSource: String, status: String, vpnGatewayId: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of the VPN Pbr Route Entry.

Link copied to clipboard
val id: String

The id of the vpn pbr route entry. The value formats as <vpn_gateway_id>:<next_hop>:<route_source>:<route_dest>.

Link copied to clipboard

The next hop of the policy-based route.

Link copied to clipboard

The destination CIDR block of the policy-based route.

Link copied to clipboard

The source CIDR block of the policy-based route.

Link copied to clipboard

The status of the VPN Pbr Route Entry.

Link copied to clipboard

The ID of the VPN gateway.

Link copied to clipboard
val weight: Int

The weight of the policy-based route. Valid values: 0 and 100.