public class DescribeSpotPriceHistoryResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
currency
The instance type of the preemptible instance.
|
Integer |
nextOffset
The network type of the preemptible instance.
|
String |
requestId
The instance type of the preemptible instance.
|
DescribeSpotPriceHistoryResponseBody.DescribeSpotPriceHistoryResponseBodySpotPrices |
spotPrices
The zone ID of the preemptible instance.
|
构造器和说明 |
---|
DescribeSpotPriceHistoryResponseBody() |
@NameInMap(value="Currency") public String currency
The instance type of the preemptible instance.
example:CNY
@NameInMap(value="NextOffset") public Integer nextOffset
The network type of the preemptible instance.
example:1000
@NameInMap(value="RequestId") public String requestId
The instance type of the preemptible instance.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@NameInMap(value="SpotPrices") public DescribeSpotPriceHistoryResponseBody.DescribeSpotPriceHistoryResponseBodySpotPrices spotPrices
The zone ID of the preemptible instance.
public static DescribeSpotPriceHistoryResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeSpotPriceHistoryResponseBody setCurrency(String currency)
public String getCurrency()
public DescribeSpotPriceHistoryResponseBody setNextOffset(Integer nextOffset)
public Integer getNextOffset()
public DescribeSpotPriceHistoryResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeSpotPriceHistoryResponseBody setSpotPrices(DescribeSpotPriceHistoryResponseBody.DescribeSpotPriceHistoryResponseBodySpotPrices spotPrices)
public DescribeSpotPriceHistoryResponseBody.DescribeSpotPriceHistoryResponseBodySpotPrices getSpotPrices()
Copyright © 2024. All rights reserved.