public class DescribeImageRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeImageRequest() | 
| DescribeImageRequest(DescribeImageRequest 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 过滤条件,每次请求的Filters的上限为10,详细的过滤条件如下:
image-id - String - 是否必填: 否 - (过滤条件)按照镜像ID进行过滤
image-type - String - 是否必填: 否 - (过滤条件)按照镜像类型进行过滤。取值范围:
PRIVATE_IMAGE: 私有镜像 (本账户创建的镜像) 
PUBLIC_IMAGE: 公共镜像 (腾讯云官方镜像)
instance-type -String - 是否必填: 否 - (过滤条件) 按机型过滤支持的镜像
image-name - String - 是否必填:否 - (过滤条件) 按镜像的名称模糊匹配,只能提供一个值
image-os - String - 是否必填:否 - (过滤条件) 按镜像系统的名称模糊匹配,只能提供一个值 | 
| Long | getLimit()Get 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API 简介中的相关小节。 | 
| Long | getOffset()Get 偏移量,默认为0。关于Offset的更进一步介绍请参考 API 简介中的相关小节。 | 
| void | setFilters(Filter[] Filters)Set 过滤条件,每次请求的Filters的上限为10,详细的过滤条件如下:
image-id - String - 是否必填: 否 - (过滤条件)按照镜像ID进行过滤
image-type - String - 是否必填: 否 - (过滤条件)按照镜像类型进行过滤。取值范围:
PRIVATE_IMAGE: 私有镜像 (本账户创建的镜像) 
PUBLIC_IMAGE: 公共镜像 (腾讯云官方镜像)
instance-type -String - 是否必填: 否 - (过滤条件) 按机型过滤支持的镜像
image-name - String - 是否必填:否 - (过滤条件) 按镜像的名称模糊匹配,只能提供一个值
image-os - String - 是否必填:否 - (过滤条件) 按镜像系统的名称模糊匹配,只能提供一个值 | 
| void | setLimit(Long Limit)Set 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API 简介中的相关小节。 | 
| void | setOffset(Long Offset)Set 偏移量,默认为0。关于Offset的更进一步介绍请参考 API 简介中的相关小节。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeImageRequest()
public DescribeImageRequest(DescribeImageRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件,每次请求的Filters的上限为10,详细的过滤条件如下:
image-id - String - 是否必填: 否 - (过滤条件)按照镜像ID进行过滤
image-type - String - 是否必填: 否 - (过滤条件)按照镜像类型进行过滤。取值范围:
PRIVATE_IMAGE: 私有镜像 (本账户创建的镜像) 
PUBLIC_IMAGE: 公共镜像 (腾讯云官方镜像)
instance-type -String - 是否必填: 否 - (过滤条件) 按机型过滤支持的镜像
image-name - String - 是否必填:否 - (过滤条件) 按镜像的名称模糊匹配,只能提供一个值
image-os - String - 是否必填:否 - (过滤条件) 按镜像系统的名称模糊匹配,只能提供一个值public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认为0。关于Offset的更进一步介绍请参考 API 简介中的相关小节。public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API 简介中的相关小节。Copyright © 2025. All rights reserved.