Uses of Class
com.tencentcloudapi.dc.v20180410.models.BgpPeer
-
Packages that use BgpPeer Package Description com.tencentcloudapi.dc.v20180410.models -
-
Uses of BgpPeer in com.tencentcloudapi.dc.v20180410.models
Methods in com.tencentcloudapi.dc.v20180410.models that return BgpPeer Modifier and Type Method Description BgpPeerCreateDirectConnectTunnelRequest. getBgpPeer()Get BgpPeer,用户侧bgp信息,包括Asn和AuthKeyBgpPeerDirectConnectTunnel. getBgpPeer()Get 用户侧BGP,Asn,AuthKeyBgpPeerDirectConnectTunnelExtra. getBgpPeer()Get 用户侧BGP,Asn,AuthKeyBgpPeerModifyDirectConnectTunnelAttributeRequest. getBgpPeer()Get 用户侧BGP,包括Asn,AuthKeyBgpPeerModifyDirectConnectTunnelExtraRequest. getBgpPeer()Get 用户侧BGP,Asn,AuthKeyMethods in com.tencentcloudapi.dc.v20180410.models with parameters of type BgpPeer Modifier and Type Method Description voidCreateDirectConnectTunnelRequest. setBgpPeer(BgpPeer BgpPeer)Set BgpPeer,用户侧bgp信息,包括Asn和AuthKeyvoidDirectConnectTunnel. setBgpPeer(BgpPeer BgpPeer)Set 用户侧BGP,Asn,AuthKeyvoidDirectConnectTunnelExtra. setBgpPeer(BgpPeer BgpPeer)Set 用户侧BGP,Asn,AuthKeyvoidModifyDirectConnectTunnelAttributeRequest. setBgpPeer(BgpPeer BgpPeer)Set 用户侧BGP,包括Asn,AuthKeyvoidModifyDirectConnectTunnelExtraRequest. setBgpPeer(BgpPeer BgpPeer)Set 用户侧BGP,Asn,AuthKeyConstructors in com.tencentcloudapi.dc.v20180410.models with parameters of type BgpPeer Constructor 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.
-