public class DescribeZonesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
acceptLanguage
The natural language that is used to filter responses.
|
String |
instanceChargeType
The billing method of resources.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
spotStrategy
The bidding policy for pay-as-you-go instances.
|
Boolean |
verbose
Specifies whether to display detailed information.
|
构造器和说明 |
---|
DescribeZonesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeZonesRequest |
build(Map<String,?> map) |
String |
getAcceptLanguage() |
String |
getInstanceChargeType() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSpotStrategy() |
Boolean |
getVerbose() |
DescribeZonesRequest |
setAcceptLanguage(String acceptLanguage) |
DescribeZonesRequest |
setInstanceChargeType(String instanceChargeType) |
DescribeZonesRequest |
setOwnerAccount(String ownerAccount) |
DescribeZonesRequest |
setOwnerId(Long ownerId) |
DescribeZonesRequest |
setRegionId(String regionId) |
DescribeZonesRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeZonesRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribeZonesRequest |
setSpotStrategy(String spotStrategy) |
DescribeZonesRequest |
setVerbose(Boolean verbose) |
@NameInMap(value="AcceptLanguage") public String acceptLanguage
The natural language that is used to filter responses. For more information, see RFC 7231. Valid values:
Default value: zh-CN.
example:zh-CN
@NameInMap(value="InstanceChargeType") public String instanceChargeType
The billing method of resources. For more information, see Billing overview. Valid values:
Default value: PostPaid.
example:PostPaid
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SpotStrategy") public String spotStrategy
The bidding policy for pay-as-you-go instances. You can specify this parameter when the InstanceChargeType
parameter is set to PostPaid. For more information, see Preemptible instances. Valid values:
Default value: NoSpot.
example:NoSpot
@NameInMap(value="Verbose") public Boolean verbose
Specifies whether to display detailed information.
Default value: true.
example:false
public static DescribeZonesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeZonesRequest setAcceptLanguage(String acceptLanguage)
public String getAcceptLanguage()
public DescribeZonesRequest setInstanceChargeType(String instanceChargeType)
public String getInstanceChargeType()
public DescribeZonesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeZonesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeZonesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeZonesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeZonesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeZonesRequest setSpotStrategy(String spotStrategy)
public String getSpotStrategy()
public DescribeZonesRequest setVerbose(Boolean verbose)
public Boolean getVerbose()
Copyright © 2024. All rights reserved.