public class BgpPeer extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BgpPeer() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAsn()Get 用户侧BGP ASN | 
| String | getAuthKey()Get 用户侧BGP密钥 | 
| Long | getCloudAsn()Get 腾讯侧BGP ASN | 
| void | setAsn(Long Asn)Set 用户侧BGP ASN | 
| void | setAuthKey(String AuthKey)Set 用户侧BGP密钥 | 
| void | setCloudAsn(Long CloudAsn)Set 腾讯侧BGP ASN | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BgpPeer()
public BgpPeer(BgpPeer source)
public Long getCloudAsn()
public void setCloudAsn(Long CloudAsn)
CloudAsn - 腾讯侧BGP ASNpublic Long getAsn()
public void setAsn(Long Asn)
Asn - 用户侧BGP ASNpublic String getAuthKey()
public void setAuthKey(String AuthKey)
AuthKey - 用户侧BGP密钥Copyright © 2025. All rights reserved.