public class InquiryCreateIPTransitPriceRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Integer |
bandwidth
带宽限速。
单位Mbps
最小值不能低于10Mbps。
|
Integer |
commitBandwidth
保底带宽。
单位Mbps。
有且仅当internetType=ByInstanceBandwidth95时该字段必传。
|
String |
internetType
IP Transit的带宽计费方式。
- ByBandwidth: 按固定带宽计费
- ByInstanceBandwidth95: 实例95计费
|
String |
iptDcId
IP Transit 目的地数据中心ID。
如果不指定,则代表和端口位于同一个数据中心。
|
String |
peerPortId
端口的ID。
|
List<Integer> |
publicIPv4BlockSize
公网IPv4地址。
网段范围:24~30
有且仅当路由类型是Static 或 Gateway时必须指定。
目前只允许指定一个公网CIDR。
|
String |
routingType
路由类型。
- Static 静态路由
- Gateway 网关模式
|
| Constructor and Description |
|---|
InquiryCreateIPTransitPriceRequest() |
public String peerPortId
public String iptDcId
public String internetType
public Integer commitBandwidth
public Integer bandwidth
public String routingType
Copyright © 2024. All rights reserved.