toggle menu
pulumi-cloudflare-kotlin
5.49.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin
/
MagicWanStaticRouteArgs
/
MagicWanStaticRouteArgs
Magic
Wan
Static
Route
Args
constructor
(
accountId
:
Output
<
String
>
?
=
null
,
coloNames
:
Output
<
List
<
String
>
>
?
=
null
,
coloRegions
:
Output
<
List
<
String
>
>
?
=
null
,
description
:
Output
<
String
>
?
=
null
,
nexthop
:
Output
<
String
>
?
=
null
,
prefix
:
Output
<
String
>
?
=
null
,
priority
:
Output
<
Int
>
?
=
null
,
weight
:
Output
<
Int
>
?
=
null
)