Routing Configuration Nfv Response
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
fun RoutingConfigurationNfvResponse(associatedRouteTable: RoutingConfigurationNfvSubResourceResponse? = null, inboundRouteMap: RoutingConfigurationNfvSubResourceResponse? = null, outboundRouteMap: RoutingConfigurationNfvSubResourceResponse? = null, propagatedRouteTables: PropagatedRouteTableNfvResponse? = null)