toggle menu
pulumi-cloudflare-kotlin
6.2.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
StaticRouteScope
Static
Route
Scope
data
class
StaticRouteScope
(
val
coloNames
:
List
<
String
>
?
=
null
,
val
coloRegions
:
List
<
String
>
?
=
null
)
Members
Constructors
Static
Route
Scope
Link copied to clipboard
constructor
(
coloNames
:
List
<
String
>
?
=
null
,
coloRegions
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
colo
Names
Link copied to clipboard
val
coloNames
:
List
<
String
>
?
=
null
List of colo names for the ECMP scope.
colo
Regions
Link copied to clipboard
val
coloRegions
:
List
<
String
>
?
=
null
List of colo regions for the ECMP scope.