PropagatedRouteTableArgs

data class PropagatedRouteTableArgs(val ids: Output<List<SubResourceArgs>>? = null, val labels: Output<List<String>>? = null) : ConvertibleToJava<PropagatedRouteTableArgs>

The list of RouteTables to advertise the routes to.

Constructors

Link copied to clipboard
constructor(ids: Output<List<SubResourceArgs>>? = null, labels: Output<List<String>>? = null)

Properties

Link copied to clipboard
val ids: Output<List<SubResourceArgs>>? = null

The list of resource ids of all the RouteTables.

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

The list of labels.

Functions

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