public static class DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZone
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZoneAvailableResources |
availableResources
Details about the resources that can be created in the zone.
|
String |
regionId
The ID of the region where the instance resides.
|
String |
status
The state of resources in the zone.
|
String |
statusCategory
The resource category based on the stock.
|
String |
zoneId
The ID of the zone in which the instance resides.
|
构造器和说明 |
---|
DescribeAvailableResourceResponseBodyAvailableZonesAvailableZone() |
@NameInMap(value="AvailableResources") public DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZoneAvailableResources availableResources
Details about the resources that can be created in the zone.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the instance resides.
@NameInMap(value="Status") public String status
The state of resources in the zone. 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="ZoneId") public String zoneId
The ID of the zone in which the instance resides.
public DescribeAvailableResourceResponseBodyAvailableZonesAvailableZone()
public static DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZone build(Map<String,?> map) throws Exception
Exception
public DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZone setAvailableResources(DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZoneAvailableResources availableResources)
public DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZoneAvailableResources getAvailableResources()
public DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZone setRegionId(String regionId)
public String getRegionId()
public DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZone setStatus(String status)
public String getStatus()
public DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZone setStatusCategory(String statusCategory)
public String getStatusCategory()
public DescribeAvailableResourceResponseBody.DescribeAvailableResourceResponseBodyAvailableZonesAvailableZone setZoneId(String zoneId)
public String getZoneId()
Copyright © 2023. All rights reserved.