Package | Description |
---|---|
com.tencentcloudapi.dc.v20180410.models |
Modifier and Type | Method and Description |
---|---|
BgpPeer |
ModifyDirectConnectTunnelAttributeRequest.getBgpPeer()
Get User-side BGP, including Asn and AuthKey.
|
BgpPeer |
CreateDirectConnectTunnelRequest.getBgpPeer()
Get BgpPeer, which is BGP information on the user side and includes Asn and AuthKey.
|
BgpPeer |
DirectConnectTunnel.getBgpPeer()
Get User-side BGP, including Asn and AuthKey.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyDirectConnectTunnelAttributeRequest.setBgpPeer(BgpPeer BgpPeer)
Set User-side BGP, including Asn and AuthKey.
|
void |
CreateDirectConnectTunnelRequest.setBgpPeer(BgpPeer BgpPeer)
Set BgpPeer, which is BGP information on the user side and includes Asn and AuthKey.
|
void |
DirectConnectTunnel.setBgpPeer(BgpPeer BgpPeer)
Set User-side BGP, including Asn and AuthKey.
|
Constructor and Description |
---|
BgpPeer(BgpPeer source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2022. All rights reserved.