pulumi-azure-kotlin
5.53.0.0
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
>
Constructors
Functions
Properties
Constructors
Route
Map
Rule
Action
Parameter
Args
Link copied to clipboard
fun
RouteMapRuleActionParameterArgs
(
asPaths
:
Output
<
List
<
String
>
>
?
=
null
,
communities
:
Output
<
List
<
String
>
>
?
=
null
,
routePrefixes
:
Output
<
List
<
String
>
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RouteMapRuleActionParameterArgs
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.