StaticRouteScopeArgs

data class StaticRouteScopeArgs(val coloNames: Output<List<String>>? = null, val coloRegions: Output<List<String>>? = null) : ConvertibleToJava<StaticRouteScopeArgs>

Constructors

Link copied to clipboard
constructor(coloNames: Output<List<String>>? = null, coloRegions: Output<List<String>>? = null)

Properties

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

List of colo names for the ECMP scope.

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

List of colo regions for the ECMP scope.

Functions

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