public class UpdateImageCacheRequest extends AbstractModel
Constructor and Description |
---|
UpdateImageCacheRequest() |
UpdateImageCacheRequest(UpdateImageCacheRequest 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 |
---|---|
String |
getImageCacheId()
Get 镜像缓存Id
|
String |
getImageCacheName()
Get 镜像缓存名称
|
Long |
getImageCacheSize()
Get 镜像缓存的大小。默认为20 GiB。取值范围参考[云硬盘类型](https://cloud.tencent.com/document/product/362/2353)中的高性能云盘类型的大小限制。
|
ImageRegistryCredential[] |
getImageRegistryCredentials()
Get 镜像仓库凭证数组
|
String[] |
getImages()
Get 用于制作镜像缓存的容器镜像列表
|
Long |
getRetentionDays()
Get 镜像缓存保留时间天数,过期将会自动清理,默认为0,永不过期。
|
String[] |
getSecurityGroupIds()
Get 安全组Id
|
void |
setImageCacheId(String ImageCacheId)
Set 镜像缓存Id
|
void |
setImageCacheName(String ImageCacheName)
Set 镜像缓存名称
|
void |
setImageCacheSize(Long ImageCacheSize)
Set 镜像缓存的大小。默认为20 GiB。取值范围参考[云硬盘类型](https://cloud.tencent.com/document/product/362/2353)中的高性能云盘类型的大小限制。
|
void |
setImageRegistryCredentials(ImageRegistryCredential[] ImageRegistryCredentials)
Set 镜像仓库凭证数组
|
void |
setImages(String[] Images)
Set 用于制作镜像缓存的容器镜像列表
|
void |
setRetentionDays(Long RetentionDays)
Set 镜像缓存保留时间天数,过期将会自动清理,默认为0,永不过期。
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set 安全组Id
|
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 UpdateImageCacheRequest()
public UpdateImageCacheRequest(UpdateImageCacheRequest source)
public String getImageCacheId()
public void setImageCacheId(String ImageCacheId)
ImageCacheId
- 镜像缓存Idpublic String getImageCacheName()
public void setImageCacheName(String ImageCacheName)
ImageCacheName
- 镜像缓存名称public ImageRegistryCredential[] getImageRegistryCredentials()
public void setImageRegistryCredentials(ImageRegistryCredential[] ImageRegistryCredentials)
ImageRegistryCredentials
- 镜像仓库凭证数组public String[] getImages()
public void setImages(String[] Images)
Images
- 用于制作镜像缓存的容器镜像列表public Long getImageCacheSize()
public void setImageCacheSize(Long ImageCacheSize)
ImageCacheSize
- 镜像缓存的大小。默认为20 GiB。取值范围参考[云硬盘类型](https://cloud.tencent.com/document/product/362/2353)中的高性能云盘类型的大小限制。public Long getRetentionDays()
public void setRetentionDays(Long RetentionDays)
RetentionDays
- 镜像缓存保留时间天数,过期将会自动清理,默认为0,永不过期。public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds
- 安全组IdCopyright © 2023. All rights reserved.