Class ImageLimitConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.ImageLimitConfig
-
public class ImageLimitConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ImageLimitConfig()
ImageLimitConfig(ImageLimitConfig 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 Long
getMaxImageSize()
Get 支持的最大镜像大小,包括可导入的自定义镜像大小,中心云镜像大小,单位为GB。void
setMaxImageSize(Long MaxImageSize)
Set 支持的最大镜像大小,包括可导入的自定义镜像大小,中心云镜像大小,单位为GB。void
toMap(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
-
ImageLimitConfig
public ImageLimitConfig()
-
ImageLimitConfig
public ImageLimitConfig(ImageLimitConfig 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
-
getMaxImageSize
public Long getMaxImageSize()
Get 支持的最大镜像大小,包括可导入的自定义镜像大小,中心云镜像大小,单位为GB。- Returns:
- MaxImageSize 支持的最大镜像大小,包括可导入的自定义镜像大小,中心云镜像大小,单位为GB。
-
setMaxImageSize
public void setMaxImageSize(Long MaxImageSize)
Set 支持的最大镜像大小,包括可导入的自定义镜像大小,中心云镜像大小,单位为GB。- Parameters:
MaxImageSize
- 支持的最大镜像大小,包括可导入的自定义镜像大小,中心云镜像大小,单位为GB。
-
-