public static class DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZoneAvailableResourcesAvailableResourceSupportedResourcesSupportedResource
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
max
The maximum number of available resources of a specific type.
|
Integer |
min
The minimum number of available resources of a specific type.
|
String |
status
The state of the resource.
|
String |
statusCategory
The resource category based on the stock.
|
String |
unit
The unit of the resource type.
|
String |
value
The resource type.
|
构造器和说明 |
---|
DescribeAvailableResourceResponseBodyAvailableZonesAvailableZoneAvailableResourcesAvailableResourceSupportedResourcesSupportedResource() |
@NameInMap(value="Max") public Integer max
The maximum number of available resources of a specific type. No value is returned when the parameter is empty.
@NameInMap(value="Min") public Integer min
The minimum number of available resources of a specific type. No value is returned when the parameter is empty.
@NameInMap(value="Status") public String status
The state of the resource. Valid values:
* Available
* SoldOut
@NameInMap(value="StatusCategory") public String statusCategory
The resource category based on the stock. Valid values:
* WithStock: Resources are in sufficient stock.
* ClosedWithStock: Resources are insufficient. We recommend that you use other resources that are in sufficient stock.
* WithoutStock: Resources are sold out and will be replenished. We recommend that you use other resources that are in sufficient stock.
* ClosedWithoutStock: Resources are sold out and will not be replenished. We recommend that you use other resources that are in sufficient stock.
@NameInMap(value="Unit") public String unit
The unit of the resource type. No value is returned when the parameter is empty.
@NameInMap(value="Value") public String value
The resource type.
public DescribeAvailableResourceResponseBodyAvailableZonesAvailableZoneAvailableResourcesAvailableResourceSupportedResourcesSupportedResource()
public static DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZoneAvailableResourcesAvailableResourceSupportedResourcesSupportedResource build(Map<String,?> map) throws Exception
Exception
public DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZoneAvailableResourcesAvailableResourceSupportedResourcesSupportedResource setMax(Integer max)
public Integer getMax()
public DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZoneAvailableResourcesAvailableResourceSupportedResourcesSupportedResource setMin(Integer min)
public Integer getMin()
public DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZoneAvailableResourcesAvailableResourceSupportedResourcesSupportedResource setStatus(String status)
public String getStatus()
public DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZoneAvailableResourcesAvailableResourceSupportedResourcesSupportedResource setStatusCategory(String statusCategory)
public String getStatusCategory()
public DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZoneAvailableResourcesAvailableResourceSupportedResourcesSupportedResource setUnit(String unit)
public String getUnit()
public DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZoneAvailableResourcesAvailableResourceSupportedResourcesSupportedResource setValue(String value)
public String getValue()
Copyright © 2023. All rights reserved.