toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.inputs
/
RouteMapRuleActionParameterArgs
Route
Map
Rule
Action
Parameter
Args
data
class
RouteMapRuleActionParameterArgs
(
val
asPaths
:
Output
<
List
<
String
>
>
?
=
null
,
val
communities
:
Output
<
List
<
String
>
>
?
=
null
,
val
routePrefixes
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
RouteMapRuleActionParameterArgs
>
Members
Constructors
Route
Map
Rule
Action
Parameter
Args
Link copied to clipboard
constructor
(
asPaths
:
Output
<
List
<
String
>
>
?
=
null
,
communities
:
Output
<
List
<
String
>
>
?
=
null
,
routePrefixes
:
Output
<
List
<
String
>
>
?
=
null
)
Properties
as
Paths
Link copied to clipboard
val
asPaths
:
Output
<
List
<
String
>
>
?
=
null
A list of AS paths.
communities
Link copied to clipboard
val
communities
:
Output
<
List
<
String
>
>
?
=
null
A list of BGP communities.
route
Prefixes
Link copied to clipboard
val
routePrefixes
:
Output
<
List
<
String
>
>
?
=
null
A list of route prefixes.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RouteMapRuleActionParameterArgs