public class ListPreferredEcsTypesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
spotStrategy |
String |
zoneId |
| 构造器和说明 |
|---|
ListPreferredEcsTypesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListPreferredEcsTypesRequest |
build(Map<String,?> map) |
String |
getSpotStrategy() |
String |
getZoneId() |
ListPreferredEcsTypesRequest |
setSpotStrategy(String spotStrategy) |
ListPreferredEcsTypesRequest |
setZoneId(String zoneId) |
@NameInMap(value="SpotStrategy") public String spotStrategy
@NameInMap(value="ZoneId") public String zoneId
public static ListPreferredEcsTypesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListPreferredEcsTypesRequest setSpotStrategy(String spotStrategy)
public String getSpotStrategy()
public ListPreferredEcsTypesRequest setZoneId(String zoneId)
public String getZoneId()
Copyright © 2022. All rights reserved.