public class AvailableResource
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Integer |
defaultBandwidthOut
固定带宽计费方式时默认赠送公网带宽。
单位:GB。
|
Double |
defaultTrafficPackageSize
流量包计费方式时默认增送的流量包大小。
单位:TB。
|
String |
instanceTypeId
机型ID。
|
List<String> |
internetChargeTypes
公网计费类型。
取值范围:
ByBandwidth:按固定带宽计费。
ByTrafficPackage: 购买流量包计费。
ByInstanceBandwidth95: 单个实例95计费
ByClusterBandwidth95: 合并95计费。
|
Integer |
maximumBandwidthOut
最大的公网出口带宽限制。
单位:Mbps。
|
Integer |
qty
库存数量。
|
String |
sellStatus
售卖的状态。
SELL:表示实例可购买,且库存>10。
SELL_SHORTAGE: 表示可购买,但是库存<10台。
SOLD_OUT:表示实例已售罄。
|
String |
zoneId
可用区ID。
|
| Constructor and Description |
|---|
AvailableResource() |
public String zoneId
public String sellStatus
public List<String> internetChargeTypes
public String instanceTypeId
public Integer maximumBandwidthOut
public Integer defaultBandwidthOut
public Double defaultTrafficPackageSize
public Integer qty
Copyright © 2025. All rights reserved.