toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.inputs
/
ParameterArgs
Parameter
Args
data
class
ParameterArgs
(
val
asPath
:
Output
<
List
<
String
>
>
?
=
null
,
val
community
:
Output
<
List
<
String
>
>
?
=
null
,
val
routePrefix
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
ParameterArgs
>
Parameters for an Action.
Members
Constructors
Parameter
Args
Link copied to clipboard
constructor
(
asPath
:
Output
<
List
<
String
>
>
?
=
null
,
community
:
Output
<
List
<
String
>
>
?
=
null
,
routePrefix
:
Output
<
List
<
String
>
>
?
=
null
)
Properties
as
Path
Link copied to clipboard
val
asPath
:
Output
<
List
<
String
>
>
?
=
null
List of AS paths.
community
Link copied to clipboard
val
community
:
Output
<
List
<
String
>
>
?
=
null
List of BGP communities.
route
Prefix
Link copied to clipboard
val
routePrefix
:
Output
<
List
<
String
>
>
?
=
null
List of route prefixes.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ParameterArgs