PropagatedRouteTableNfvArgs

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)

Functions

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

Properties

Link copied to clipboard

The list of resource ids of all the RouteTables.

Link copied to clipboard
val labels: Output<List<String>>? = null

The list of labels.