toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.vpc.kotlin
/
BgpGroupArgs
/
BgpGroupArgs
Bgp
Group
Args
constructor
(
authKey
:
Output
<
String
>
?
=
null
,
bgpGroupName
:
Output
<
String
>
?
=
null
,
description
:
Output
<
String
>
?
=
null
,
isFakeAsn
:
Output
<
Boolean
>
?
=
null
,
localAsn
:
Output
<
Int
>
?
=
null
,
peerAsn
:
Output
<
Int
>
?
=
null
,
routerId
:
Output
<
String
>
?
=
null
)