pulumi-azure-native-kotlin
2.14.0.0
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.
Constructors
Functions
Properties
Constructors
Parameter
Args
Link copied to clipboard
fun
ParameterArgs
(
asPath
:
Output
<
List
<
String
>
>
?
=
null
,
community
:
Output
<
List
<
String
>
>
?
=
null
,
routePrefix
:
Output
<
List
<
String
>
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ParameterArgs
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.