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号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLocalBgpIp()
Get 本端BGP IP
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemoteBgpAsn()
Get 对端BGP ASN号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemoteBgpIp()
Get 对端BGP IP
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTunnelCidr()
Get BGP通道CIDR
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLocalBgpAsn(String LocalBgpAsn)
Set 本端BGP ASN号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLocalBgpIp(String LocalBgpIp)
Set 本端BGP IP
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemoteBgpAsn(String RemoteBgpAsn)
Set 对端BGP ASN号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemoteBgpIp(String RemoteBgpIp)
Set 对端BGP IP
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTunnelCidr(String TunnelCidr)
Set BGP通道CIDR
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public BgpConfigAndAsn()
public BgpConfigAndAsn(BgpConfigAndAsn source)
public String getTunnelCidr()
public void setTunnelCidr(String TunnelCidr)
TunnelCidr
- BGP通道CIDR
注意:此字段可能返回 null,表示取不到有效值。public String getLocalBgpIp()
public void setLocalBgpIp(String LocalBgpIp)
LocalBgpIp
- 本端BGP IP
注意:此字段可能返回 null,表示取不到有效值。public String getRemoteBgpIp()
public void setRemoteBgpIp(String RemoteBgpIp)
RemoteBgpIp
- 对端BGP IP
注意:此字段可能返回 null,表示取不到有效值。public String getLocalBgpAsn()
public void setLocalBgpAsn(String LocalBgpAsn)
LocalBgpAsn
- 本端BGP ASN号
注意:此字段可能返回 null,表示取不到有效值。public String getRemoteBgpAsn()
public void setRemoteBgpAsn(String RemoteBgpAsn)
RemoteBgpAsn
- 对端BGP ASN号
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.