Class DescribeCvmZoneInstanceConfigInfosRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.batch.v20170312.models.DescribeCvmZoneInstanceConfigInfosRequest
-
public class DescribeCvmZoneInstanceConfigInfosRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter[]getFilters()Get 过滤条件。 zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。 instance-family String - 是否必填:否 -(过滤条件)按照机型系列过滤。实例机型系列形如:S1、I1、M1等。 instance-type - String - 是否必填:否 - (过滤条件)按照机型过滤。 instance-charge-type - String - 是否必填:否 -(过滤条件)按照实例计费模式过滤。 ( POSTPAID_BY_HOUR:表示后付费,即按量计费机型 | SPOTPAID:表示竞价付费机型。 )voidsetFilters(Filter[] Filters)Set 过滤条件。 zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。 instance-family String - 是否必填:否 -(过滤条件)按照机型系列过滤。实例机型系列形如:S1、I1、M1等。 instance-type - String - 是否必填:否 - (过滤条件)按照机型过滤。 instance-charge-type - String - 是否必填:否 -(过滤条件)按照实例计费模式过滤。 ( POSTPAID_BY_HOUR:表示后付费,即按量计费机型 | SPOTPAID:表示竞价付费机型。 )voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeCvmZoneInstanceConfigInfosRequest
public DescribeCvmZoneInstanceConfigInfosRequest()
-
DescribeCvmZoneInstanceConfigInfosRequest
public 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.
-
-
Method Detail
-
getFilters
public Filter[] getFilters()
Get 过滤条件。- zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。
- instance-family String - 是否必填:否 -(过滤条件)按照机型系列过滤。实例机型系列形如:S1、I1、M1等。
- instance-type - String - 是否必填:否 - (过滤条件)按照机型过滤。
- instance-charge-type - String - 是否必填:否 -(过滤条件)按照实例计费模式过滤。 ( POSTPAID_BY_HOUR:表示后付费,即按量计费机型 | SPOTPAID:表示竞价付费机型。 )
- Returns:
- Filters 过滤条件。
- zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。
- instance-family String - 是否必填:否 -(过滤条件)按照机型系列过滤。实例机型系列形如:S1、I1、M1等。
- instance-type - String - 是否必填:否 - (过滤条件)按照机型过滤。
- instance-charge-type - String - 是否必填:否 -(过滤条件)按照实例计费模式过滤。 ( POSTPAID_BY_HOUR:表示后付费,即按量计费机型 | SPOTPAID:表示竞价付费机型。 )
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件。- zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。
- instance-family String - 是否必填:否 -(过滤条件)按照机型系列过滤。实例机型系列形如:S1、I1、M1等。
- instance-type - String - 是否必填:否 - (过滤条件)按照机型过滤。
- instance-charge-type - String - 是否必填:否 -(过滤条件)按照实例计费模式过滤。 ( POSTPAID_BY_HOUR:表示后付费,即按量计费机型 | SPOTPAID:表示竞价付费机型。 )
- Parameters:
Filters- 过滤条件。- zone - String - 是否必填:否 -(过滤条件)按照可用区过滤。
- instance-family String - 是否必填:否 -(过滤条件)按照机型系列过滤。实例机型系列形如:S1、I1、M1等。
- instance-type - String - 是否必填:否 - (过滤条件)按照机型过滤。
- instance-charge-type - String - 是否必填:否 -(过滤条件)按照实例计费模式过滤。 ( POSTPAID_BY_HOUR:表示后付费,即按量计费机型 | SPOTPAID:表示竞价付费机型。 )
-
-