public class BgpConfigAndAsn extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BgpConfigAndAsn() | 
| BgpConfigAndAsn(BgpConfigAndAsn 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 | 
|---|---|
| String | getLocalBgpAsn()Get 本端BGP ASN号 | 
| String | getLocalBgpIp()Get 本端BGP IP | 
| String | getRemoteBgpAsn()Get 对端BGP ASN号 | 
| String | getRemoteBgpIp()Get 对端BGP IP | 
| String | getTunnelCidr()Get BGP通道CIDR | 
| void | setLocalBgpAsn(String LocalBgpAsn)Set 本端BGP ASN号 | 
| void | setLocalBgpIp(String LocalBgpIp)Set 本端BGP IP | 
| void | setRemoteBgpAsn(String RemoteBgpAsn)Set 对端BGP ASN号 | 
| void | setRemoteBgpIp(String RemoteBgpIp)Set 对端BGP IP | 
| void | setTunnelCidr(String TunnelCidr)Set BGP通道CIDR | 
| 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 BgpConfigAndAsn()
public BgpConfigAndAsn(BgpConfigAndAsn source)
public String getTunnelCidr()
public void setTunnelCidr(String TunnelCidr)
TunnelCidr - BGP通道CIDRpublic String getLocalBgpIp()
public void setLocalBgpIp(String LocalBgpIp)
LocalBgpIp - 本端BGP IPpublic String getRemoteBgpIp()
public void setRemoteBgpIp(String RemoteBgpIp)
RemoteBgpIp - 对端BGP IPpublic String getLocalBgpAsn()
public void setLocalBgpAsn(String LocalBgpAsn)
LocalBgpAsn - 本端BGP ASN号public String getRemoteBgpAsn()
public void setRemoteBgpAsn(String RemoteBgpAsn)
RemoteBgpAsn - 对端BGP ASN号Copyright © 2025. All rights reserved.