Routing Configuration Nfv Args
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)