public class DescribeCvmZoneInstanceConfigInfosRequest extends AbstractModel
Constructor and Description |
---|
DescribeCvmZoneInstanceConfigInfosRequest() |
DescribeCvmZoneInstanceConfigInfosRequest(DescribeCvmZoneInstanceConfigInfosRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Filter[] |
getFilters()
Get 过滤条件。
zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。
instance-family String - 是否必填:否 -(过滤条件)按照机型系列过滤。实例机型系列形如:S1、I1、M1等。
instance-type - String - 是否必填:否 - (过滤条件)按照机型过滤。
instance-charge-type - String - 是否必填:否 -(过滤条件)按照实例计费模式过滤。 ( POSTPAID_BY_HOUR:表示后付费,即按量计费机型 | SPOTPAID:表示竞价付费机型。 )
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。
instance-family String - 是否必填:否 -(过滤条件)按照机型系列过滤。实例机型系列形如:S1、I1、M1等。
instance-type - String - 是否必填:否 - (过滤条件)按照机型过滤。
instance-charge-type - String - 是否必填:否 -(过滤条件)按照实例计费模式过滤。 ( POSTPAID_BY_HOUR:表示后付费,即按量计费机型 | SPOTPAID:表示竞价付费机型。 )
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeCvmZoneInstanceConfigInfosRequest()
public DescribeCvmZoneInstanceConfigInfosRequest(DescribeCvmZoneInstanceConfigInfosRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。
Copyright © 2021. All rights reserved.