public class BgpPeer extends AbstractModel
Constructor and Description |
---|
BgpPeer() |
Modifier and Type | Method and Description |
---|---|
Long |
getAsn()
Get 用户侧,BGP Asn
|
String |
getAuthKey()
Get 用户侧BGP密钥
|
void |
setAsn(Long Asn)
Set 用户侧,BGP Asn
|
void |
setAuthKey(String AuthKey)
Set 用户侧BGP密钥
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getAsn()
public void setAsn(Long Asn)
Asn
- 用户侧,BGP Asnpublic String getAuthKey()
public void setAuthKey(String AuthKey)
AuthKey
- 用户侧BGP密钥Copyright © 2020. All rights reserved.