public class CreateIPTransitRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Integer |
bandwidth
带宽限速。
单位Mbps
最小值不能低于10Mbps。
|
BFDConfig |
bfd
启用 BFD配置。
如果不传该字段,则默认不启用BFD。
|
Integer |
commitBandwidth
保底带宽。
单位Mbps。
有且仅当internetType=ByInstanceBandwidth95时该字段必传。
|
String |
internetType
IP Transit的带宽计费方式。
|
String |
iptDcId
IP Transit 目的地数据中心ID。
如果不指定,则代表和端口位于同一个数据中心
|
String |
iptDescription
IP Transit的描述信息。
长度不能超过255。
|
String |
iptName
IP Transit的名称。
长度不能超过255。
|
String |
peerPortId
端口的ID。
端口的连通性状态必须是ACTIVE
|
Integer |
peerPortVlan
VLAN ID。
范围为1000~4000。
必须为未分配的vlan, 可以通过DescribePortUsableVlan来查询一个可以使用的vlan。
|
List<Integer> |
publicIPv4BlockSize
公网IPv4地址。
网段范围:24~30
有且仅当路由类型是Static 或 Gateway时必须指定。
目前只允许指定一个公网CIDR。
|
String |
resourceGroupId
资源组的ID。
如果不传,则会放到默认资源组。
|
String |
routingType
路由类型。
- Static 静态路由
- Gateway 网关模式
- BGP
|
| Constructor and Description |
|---|
CreateIPTransitRequest() |
public String iptName
public String iptDescription
public String peerPortId
public Integer peerPortVlan
public String iptDcId
public String internetType
public Integer commitBandwidth
public Integer bandwidth
public String routingType
public List<Integer> publicIPv4BlockSize
public BFDConfig bfd
public String resourceGroupId
Copyright © 2024. All rights reserved.