public class ImageLimitConfig extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ImageLimitConfig()
public ImageLimitConfig(ImageLimitConfig source)
public Long getMaxImageSize()
public void setMaxImageSize(Long MaxImageSize)
MaxImageSize
- 支持的最大镜像大小,包括可导入的自定义镜像大小,中心云镜像大小,单位为GB。Copyright © 2021. All rights reserved.