public class ModifyImageAuthorizedRequest extends AbstractModel
Constructor and Description |
---|
ModifyImageAuthorizedRequest() |
ModifyImageAuthorizedRequest(ModifyImageAuthorizedRequest 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 |
---|---|
Boolean |
getAllLocalImages()
Get 本地镜像是否全部授权的标识,优先权高于根据本地镜像ids授权。等于true时需UpdatedLocalImageCnt大于0。
|
Boolean |
getAllRegistryImages()
Get 仓库镜像是否全部授权的标识,优先权高于根据镜像ids授权。等于true时需UpdatedRegistryImageCnt大于0。
|
String[] |
getExcludeLocalImageIds()
Get 根据满足条件的镜像授权,同时排除的本地镜像。
|
String[] |
getExcludeRegistryImageIds()
Get 根据满足条件的镜像授权,同时排除的仓库镜像。
|
String |
getImageSourceType()
Get 根据满足条件的本地镜像授权,本地镜像来源;ASSETIMAGE:本地镜像列表;IMAGEALL:同步本地镜像;AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要
|
AssetFilters[] |
getLocalImageFilter()
Get 根据满足条件的本地镜像授权,AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要。
|
String[] |
getLocalImageIds()
Get 根据本地镜像ids授权,优先权高于根据满足条件的镜像授权。AllLocalImages为false且LocalImageFilter为空和UpdatedLocalImageCnt大于0时,需要。
|
Boolean |
getOnlyShowLatest()
Get 是否仅最新的镜像;RegistryImageFilter不为空且UpdatedRegistryImageCnt大于0时仓库镜像需要。
|
AssetFilters[] |
getRegistryImageFilter()
Get 根据满足条件的仓库镜像授权,AllRegistryImages为false且RegistryImageIds为空和UpdatedRegistryImageCnt大于0时,需要。
|
String[] |
getRegistryImageIds()
Get 根据仓库镜像Ids授权,优先权高于根据满足条件的镜像授。AllRegistryImages为false且RegistryImageFilter为空和UpdatedRegistryImageCnt大于0时,需要。
|
Long |
getUpdatedLocalImageCnt()
Get 指定操作授权的本地镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略。
|
Long |
getUpdatedRegistryImageCnt()
Get 指定操作授权的仓库镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略;
|
void |
setAllLocalImages(Boolean AllLocalImages)
Set 本地镜像是否全部授权的标识,优先权高于根据本地镜像ids授权。等于true时需UpdatedLocalImageCnt大于0。
|
void |
setAllRegistryImages(Boolean AllRegistryImages)
Set 仓库镜像是否全部授权的标识,优先权高于根据镜像ids授权。等于true时需UpdatedRegistryImageCnt大于0。
|
void |
setExcludeLocalImageIds(String[] ExcludeLocalImageIds)
Set 根据满足条件的镜像授权,同时排除的本地镜像。
|
void |
setExcludeRegistryImageIds(String[] ExcludeRegistryImageIds)
Set 根据满足条件的镜像授权,同时排除的仓库镜像。
|
void |
setImageSourceType(String ImageSourceType)
Set 根据满足条件的本地镜像授权,本地镜像来源;ASSETIMAGE:本地镜像列表;IMAGEALL:同步本地镜像;AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要
|
void |
setLocalImageFilter(AssetFilters[] LocalImageFilter)
Set 根据满足条件的本地镜像授权,AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要。
|
void |
setLocalImageIds(String[] LocalImageIds)
Set 根据本地镜像ids授权,优先权高于根据满足条件的镜像授权。AllLocalImages为false且LocalImageFilter为空和UpdatedLocalImageCnt大于0时,需要。
|
void |
setOnlyShowLatest(Boolean OnlyShowLatest)
Set 是否仅最新的镜像;RegistryImageFilter不为空且UpdatedRegistryImageCnt大于0时仓库镜像需要。
|
void |
setRegistryImageFilter(AssetFilters[] RegistryImageFilter)
Set 根据满足条件的仓库镜像授权,AllRegistryImages为false且RegistryImageIds为空和UpdatedRegistryImageCnt大于0时,需要。
|
void |
setRegistryImageIds(String[] RegistryImageIds)
Set 根据仓库镜像Ids授权,优先权高于根据满足条件的镜像授。AllRegistryImages为false且RegistryImageFilter为空和UpdatedRegistryImageCnt大于0时,需要。
|
void |
setUpdatedLocalImageCnt(Long UpdatedLocalImageCnt)
Set 指定操作授权的本地镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略。
|
void |
setUpdatedRegistryImageCnt(Long UpdatedRegistryImageCnt)
Set 指定操作授权的仓库镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略;
|
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 ModifyImageAuthorizedRequest()
public ModifyImageAuthorizedRequest(ModifyImageAuthorizedRequest source)
public Boolean getAllLocalImages()
public void setAllLocalImages(Boolean AllLocalImages)
AllLocalImages
- 本地镜像是否全部授权的标识,优先权高于根据本地镜像ids授权。等于true时需UpdatedLocalImageCnt大于0。public Boolean getAllRegistryImages()
public void setAllRegistryImages(Boolean AllRegistryImages)
AllRegistryImages
- 仓库镜像是否全部授权的标识,优先权高于根据镜像ids授权。等于true时需UpdatedRegistryImageCnt大于0。public Long getUpdatedLocalImageCnt()
public void setUpdatedLocalImageCnt(Long UpdatedLocalImageCnt)
UpdatedLocalImageCnt
- 指定操作授权的本地镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略。public Long getUpdatedRegistryImageCnt()
public void setUpdatedRegistryImageCnt(Long UpdatedRegistryImageCnt)
UpdatedRegistryImageCnt
- 指定操作授权的仓库镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略;public String getImageSourceType()
public void setImageSourceType(String ImageSourceType)
ImageSourceType
- 根据满足条件的本地镜像授权,本地镜像来源;ASSETIMAGE:本地镜像列表;IMAGEALL:同步本地镜像;AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要public AssetFilters[] getLocalImageFilter()
public void setLocalImageFilter(AssetFilters[] LocalImageFilter)
LocalImageFilter
- 根据满足条件的本地镜像授权,AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要。public AssetFilters[] getRegistryImageFilter()
public void setRegistryImageFilter(AssetFilters[] RegistryImageFilter)
RegistryImageFilter
- 根据满足条件的仓库镜像授权,AllRegistryImages为false且RegistryImageIds为空和UpdatedRegistryImageCnt大于0时,需要。public String[] getExcludeLocalImageIds()
public void setExcludeLocalImageIds(String[] ExcludeLocalImageIds)
ExcludeLocalImageIds
- 根据满足条件的镜像授权,同时排除的本地镜像。public String[] getExcludeRegistryImageIds()
public void setExcludeRegistryImageIds(String[] ExcludeRegistryImageIds)
ExcludeRegistryImageIds
- 根据满足条件的镜像授权,同时排除的仓库镜像。public String[] getLocalImageIds()
public void setLocalImageIds(String[] LocalImageIds)
LocalImageIds
- 根据本地镜像ids授权,优先权高于根据满足条件的镜像授权。AllLocalImages为false且LocalImageFilter为空和UpdatedLocalImageCnt大于0时,需要。public String[] getRegistryImageIds()
public void setRegistryImageIds(String[] RegistryImageIds)
RegistryImageIds
- 根据仓库镜像Ids授权,优先权高于根据满足条件的镜像授。AllRegistryImages为false且RegistryImageFilter为空和UpdatedRegistryImageCnt大于0时,需要。public Boolean getOnlyShowLatest()
public void setOnlyShowLatest(Boolean OnlyShowLatest)
OnlyShowLatest
- 是否仅最新的镜像;RegistryImageFilter不为空且UpdatedRegistryImageCnt大于0时仓库镜像需要。Copyright © 2022. All rights reserved.