public class ModifyDirectConnectTunnelAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyDirectConnectTunnelAttributeRequest() |
ModifyDirectConnectTunnelAttributeRequest(ModifyDirectConnectTunnelAttributeRequest 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 |
getBandwidth()
Get 专用通道带宽值,单位为M。
|
BgpPeer |
getBgpPeer()
Get 用户侧BGP,包括Asn,AuthKey
|
String |
getCustomerAddress()
Get 用户侧互联IP
|
String |
getDirectConnectTunnelId()
Get 专用通道ID
|
String |
getDirectConnectTunnelName()
Get 专用通道名称
|
RouteFilterPrefix[] |
getRouteFilterPrefixes()
Get 用户侧网段地址
|
String |
getTencentAddress()
Get 腾讯侧互联IP
|
String |
getTencentBackupAddress()
Get 腾讯侧备用互联IP
|
void |
setBandwidth(Long Bandwidth)
Set 专用通道带宽值,单位为M。
|
void |
setBgpPeer(BgpPeer BgpPeer)
Set 用户侧BGP,包括Asn,AuthKey
|
void |
setCustomerAddress(String CustomerAddress)
Set 用户侧互联IP
|
void |
setDirectConnectTunnelId(String DirectConnectTunnelId)
Set 专用通道ID
|
void |
setDirectConnectTunnelName(String DirectConnectTunnelName)
Set 专用通道名称
|
void |
setRouteFilterPrefixes(RouteFilterPrefix[] RouteFilterPrefixes)
Set 用户侧网段地址
|
void |
setTencentAddress(String TencentAddress)
Set 腾讯侧互联IP
|
void |
setTencentBackupAddress(String TencentBackupAddress)
Set 腾讯侧备用互联IP
|
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 ModifyDirectConnectTunnelAttributeRequest()
public ModifyDirectConnectTunnelAttributeRequest(ModifyDirectConnectTunnelAttributeRequest source)
public String getDirectConnectTunnelId()
public void setDirectConnectTunnelId(String DirectConnectTunnelId)
DirectConnectTunnelId
- 专用通道IDpublic String getDirectConnectTunnelName()
public void setDirectConnectTunnelName(String DirectConnectTunnelName)
DirectConnectTunnelName
- 专用通道名称public BgpPeer getBgpPeer()
public void setBgpPeer(BgpPeer BgpPeer)
BgpPeer
- 用户侧BGP,包括Asn,AuthKeypublic RouteFilterPrefix[] getRouteFilterPrefixes()
public void setRouteFilterPrefixes(RouteFilterPrefix[] RouteFilterPrefixes)
RouteFilterPrefixes
- 用户侧网段地址public String getTencentAddress()
public void setTencentAddress(String TencentAddress)
TencentAddress
- 腾讯侧互联IPpublic String getCustomerAddress()
public void setCustomerAddress(String CustomerAddress)
CustomerAddress
- 用户侧互联IPpublic Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- 专用通道带宽值,单位为M。public String getTencentBackupAddress()
public void setTencentBackupAddress(String TencentBackupAddress)
TencentBackupAddress
- 腾讯侧备用互联IPCopyright © 2021. All rights reserved.