pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.outputs
/
ParameterResponse
Parameter
Response
data
class
ParameterResponse
(
val
asPath
:
List
<
String
>
?
=
null
,
val
community
:
List
<
String
>
?
=
null
,
val
routePrefix
:
List
<
String
>
?
=
null
)
Parameters for an Action.
Types
Constructors
Properties
Constructors
Parameter
Response
Link copied to clipboard
fun
ParameterResponse
(
asPath
:
List
<
String
>
?
=
null
,
community
:
List
<
String
>
?
=
null
,
routePrefix
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
as
Path
Link copied to clipboard
val
asPath
:
List
<
String
>
?
=
null
List of AS paths.
community
Link copied to clipboard
val
community
:
List
<
String
>
?
=
null
List of BGP communities.
route
Prefix
Link copied to clipboard
val
routePrefix
:
List
<
String
>
?
=
null
List of route prefixes.