public class CreateBandwidthClusterRequest
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 |
name
带宽包显示名称。
如果未指定,默认会使用地域名称命名
|
String |
networkType
IP网络类型。
城市共享带宽包该字段必填
|
| Constructor and Description |
|---|
CreateBandwidthClusterRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAreaCode() |
Integer |
getCommitBandwidthMbps() |
String |
getInternetChargeType() |
String |
getName() |
String |
getNetworkType() |
void |
setAreaCode(String areaCode) |
void |
setCommitBandwidthMbps(Integer commitBandwidthMbps) |
void |
setInternetChargeType(String internetChargeType) |
void |
setName(String name) |
void |
setNetworkType(String networkType) |
public String areaCode
public Integer commitBandwidthMbps
public String networkType
public String internetChargeType
public String name
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)
public String getName()
public void setName(String name)
Copyright © 2025. All rights reserved.