public class InquiryBandwidthClusterPriceRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
areaCode
共享带宽包所属地域。
具体地域信息可以查询[DescribeBandwidthClusterAreas](../bandwidth-cluster/describebandwidthclusterareas.md)中的`areaCode`获取
|
Integer |
commitBandwidthMbps
保底带宽值。
单位: Mbps
|
String |
internetChargeType
带宽计费方式。
默认为月95计费,如果需要日峰值计费,请联系Support开通相关权限
|
String |
networkType
IP 网络类型
|
| Constructor and Description |
|---|
InquiryBandwidthClusterPriceRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAreaCode() |
Integer |
getCommitBandwidthMbps() |
String |
getInternetChargeType() |
String |
getNetworkType() |
void |
setAreaCode(String areaCode) |
void |
setCommitBandwidthMbps(Integer commitBandwidthMbps) |
void |
setInternetChargeType(String internetChargeType) |
void |
setNetworkType(String networkType) |
public String areaCode
public Integer commitBandwidthMbps
public String networkType
public String internetChargeType
public String getAreaCode()
public void setAreaCode(String areaCode)
public Integer getCommitBandwidthMbps()
public void setCommitBandwidthMbps(Integer commitBandwidthMbps)
public String getNetworkType()
public void setNetworkType(String networkType)
public String getInternetChargeType()
public void setInternetChargeType(String internetChargeType)
Copyright © 2025. All rights reserved.