toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.outputs
/
RouteMapRuleActionParameter
Route
Map
Rule
Action
Parameter
data
class
RouteMapRuleActionParameter
(
val
asPaths
:
List
<
String
>
?
=
null
,
val
communities
:
List
<
String
>
?
=
null
,
val
routePrefixes
:
List
<
String
>
?
=
null
)
Members
Constructors
Route
Map
Rule
Action
Parameter
Link copied to clipboard
constructor
(
asPaths
:
List
<
String
>
?
=
null
,
communities
:
List
<
String
>
?
=
null
,
routePrefixes
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
as
Paths
Link copied to clipboard
val
asPaths
:
List
<
String
>
?
=
null
A list of AS paths.
communities
Link copied to clipboard
val
communities
:
List
<
String
>
?
=
null
A list of BGP communities.
route
Prefixes
Link copied to clipboard
val
routePrefixes
:
List
<
String
>
?
=
null
A list of route prefixes.