RoutingConfigurationNfvArgs

data class RoutingConfigurationNfvArgs(val associatedRouteTable: Output<RoutingConfigurationNfvSubResourceArgs>? = null, val inboundRouteMap: Output<RoutingConfigurationNfvSubResourceArgs>? = null, val outboundRouteMap: Output<RoutingConfigurationNfvSubResourceArgs>? = null, val propagatedRouteTables: Output<PropagatedRouteTableNfvArgs>? = null) : ConvertibleToJava<RoutingConfigurationNfvArgs>

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

Constructors

Link copied to clipboard
fun RoutingConfigurationNfvArgs(associatedRouteTable: Output<RoutingConfigurationNfvSubResourceArgs>? = null, inboundRouteMap: Output<RoutingConfigurationNfvSubResourceArgs>? = null, outboundRouteMap: Output<RoutingConfigurationNfvSubResourceArgs>? = null, propagatedRouteTables: Output<PropagatedRouteTableNfvArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): RoutingConfigurationNfvArgs

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.