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.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.
Members
Constructors
Parameter
Response
Link copied to clipboard
constructor
(
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.