RoutingConfigurationNfvResponse

data class RoutingConfigurationNfvResponse(val associatedRouteTable: RoutingConfigurationNfvSubResourceResponse? = null, val inboundRouteMap: RoutingConfigurationNfvSubResourceResponse? = null, val outboundRouteMap: RoutingConfigurationNfvSubResourceResponse? = null, val propagatedRouteTables: PropagatedRouteTableNfvResponse? = null)

NFV version of Routing Configuration indicating the associated and propagated route tables for this connection.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource id RouteTable associated with this RoutingConfiguration.

Link copied to clipboard

The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.

Link copied to clipboard

The resource id of the RouteMap associated with this RoutingConfiguration for outbound advertised routes.

Link copied to clipboard

The list of RouteTables to advertise the routes to.