Propagated Route Table Nfv Args
data class PropagatedRouteTableNfvArgs(val ids: Output<List<RoutingConfigurationNfvSubResourceArgs>>? = null, val labels: Output<List<String>>? = null) : ConvertibleToJava<PropagatedRouteTableNfvArgs>
Nfv version of the list of RouteTables to advertise the routes to.
Constructors
Link copied to clipboard
fun PropagatedRouteTableNfvArgs(ids: Output<List<RoutingConfigurationNfvSubResourceArgs>>? = null, labels: Output<List<String>>? = null)