Class BgpPeer
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dc.v20180410.models.BgpPeer
-
public class BgpPeer extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAsn()Get 用户侧,BGP AsnStringgetAuthKey()Get 用户侧BGP密钥voidsetAsn(Long Asn)Set 用户侧,BGP AsnvoidsetAuthKey(String AuthKey)Set 用户侧BGP密钥voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BgpPeer
public BgpPeer()
-
BgpPeer
public 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.
-
-
Method Detail
-
getAsn
public Long getAsn()
Get 用户侧,BGP Asn- Returns:
- Asn 用户侧,BGP Asn
-
setAsn
public void setAsn(Long Asn)
Set 用户侧,BGP Asn- Parameters:
Asn- 用户侧,BGP Asn
-
getAuthKey
public String getAuthKey()
Get 用户侧BGP密钥- Returns:
- AuthKey 用户侧BGP密钥
-
setAuthKey
public void setAuthKey(String AuthKey)
Set 用户侧BGP密钥- Parameters:
AuthKey- 用户侧BGP密钥
-
-