pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.inputs
/
VpnSiteLinkBgpArgs
Vpn
Site
Link
Bgp
Args
data
class
VpnSiteLinkBgpArgs
(
val
asn
:
Output
<
Int
>
,
val
peeringAddress
:
Output
<
String
>
)
:
ConvertibleToJava
<
VpnSiteLinkBgpArgs
>
Constructors
Functions
Properties
Constructors
Vpn
Site
Link
Bgp
Args
Link copied to clipboard
fun
VpnSiteLinkBgpArgs
(
asn
:
Output
<
Int
>
,
peeringAddress
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
VpnSiteLinkBgpArgs
Properties
asn
Link copied to clipboard
val
asn
:
Output
<
Int
>
The BGP speaker's ASN.
peering
Address
Link copied to clipboard
val
peeringAddress
:
Output
<
String
>
The BGP peering IP address.