Class ModifyImageAuthorizedRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ModifyImageAuthorizedRequest
-
public class ModifyImageAuthorizedRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAllLocalImages()Get 本地镜像是否全部授权的标识,优先权高于根据本地镜像ids授权。等于true时需UpdatedLocalImageCnt大于0。BooleangetAllRegistryImages()Get 仓库镜像是否全部授权的标识,优先权高于根据镜像ids授权。等于true时需UpdatedRegistryImageCnt大于0。String[]getExcludeLocalImageIds()Get 根据满足条件的镜像授权,同时排除的本地镜像。String[]getExcludeRegistryImageIds()Get 根据满足条件的镜像授权,同时排除的仓库镜像。StringgetImageSourceType()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时,需要。BooleangetOnlyShowLatest()Get 是否仅最新的镜像;RegistryImageFilter不为空且UpdatedRegistryImageCnt大于0时仓库镜像需要。AssetFilters[]getRegistryImageFilter()Get 根据满足条件的仓库镜像授权,AllRegistryImages为false且RegistryImageIds为空和UpdatedRegistryImageCnt大于0时,需要。String[]getRegistryImageIds()Get 根据仓库镜像Ids授权,优先权高于根据满足条件的镜像授。AllRegistryImages为false且RegistryImageFilter为空和UpdatedRegistryImageCnt大于0时,需要。LonggetUpdatedLocalImageCnt()Get 指定操作授权的本地镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略。LonggetUpdatedRegistryImageCnt()Get 指定操作授权的仓库镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略;voidsetAllLocalImages(Boolean AllLocalImages)Set 本地镜像是否全部授权的标识,优先权高于根据本地镜像ids授权。等于true时需UpdatedLocalImageCnt大于0。voidsetAllRegistryImages(Boolean AllRegistryImages)Set 仓库镜像是否全部授权的标识,优先权高于根据镜像ids授权。等于true时需UpdatedRegistryImageCnt大于0。voidsetExcludeLocalImageIds(String[] ExcludeLocalImageIds)Set 根据满足条件的镜像授权,同时排除的本地镜像。voidsetExcludeRegistryImageIds(String[] ExcludeRegistryImageIds)Set 根据满足条件的镜像授权,同时排除的仓库镜像。voidsetImageSourceType(String ImageSourceType)Set 根据满足条件的本地镜像授权,本地镜像来源;ASSETIMAGE:本地镜像列表;IMAGEALL:同步本地镜像;AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要voidsetLocalImageFilter(AssetFilters[] LocalImageFilter)Set 根据满足条件的本地镜像授权,AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要。voidsetLocalImageIds(String[] LocalImageIds)Set 根据本地镜像ids授权,优先权高于根据满足条件的镜像授权。AllLocalImages为false且LocalImageFilter为空和UpdatedLocalImageCnt大于0时,需要。voidsetOnlyShowLatest(Boolean OnlyShowLatest)Set 是否仅最新的镜像;RegistryImageFilter不为空且UpdatedRegistryImageCnt大于0时仓库镜像需要。voidsetRegistryImageFilter(AssetFilters[] RegistryImageFilter)Set 根据满足条件的仓库镜像授权,AllRegistryImages为false且RegistryImageIds为空和UpdatedRegistryImageCnt大于0时,需要。voidsetRegistryImageIds(String[] RegistryImageIds)Set 根据仓库镜像Ids授权,优先权高于根据满足条件的镜像授。AllRegistryImages为false且RegistryImageFilter为空和UpdatedRegistryImageCnt大于0时,需要。voidsetUpdatedLocalImageCnt(Long UpdatedLocalImageCnt)Set 指定操作授权的本地镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略。voidsetUpdatedRegistryImageCnt(Long UpdatedRegistryImageCnt)Set 指定操作授权的仓库镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略;voidtoMap(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
-
ModifyImageAuthorizedRequest
public ModifyImageAuthorizedRequest()
-
ModifyImageAuthorizedRequest
public 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.
-
-
Method Detail
-
getAllLocalImages
public Boolean getAllLocalImages()
Get 本地镜像是否全部授权的标识,优先权高于根据本地镜像ids授权。等于true时需UpdatedLocalImageCnt大于0。- Returns:
- AllLocalImages 本地镜像是否全部授权的标识,优先权高于根据本地镜像ids授权。等于true时需UpdatedLocalImageCnt大于0。
-
setAllLocalImages
public void setAllLocalImages(Boolean AllLocalImages)
Set 本地镜像是否全部授权的标识,优先权高于根据本地镜像ids授权。等于true时需UpdatedLocalImageCnt大于0。- Parameters:
AllLocalImages- 本地镜像是否全部授权的标识,优先权高于根据本地镜像ids授权。等于true时需UpdatedLocalImageCnt大于0。
-
getAllRegistryImages
public Boolean getAllRegistryImages()
Get 仓库镜像是否全部授权的标识,优先权高于根据镜像ids授权。等于true时需UpdatedRegistryImageCnt大于0。- Returns:
- AllRegistryImages 仓库镜像是否全部授权的标识,优先权高于根据镜像ids授权。等于true时需UpdatedRegistryImageCnt大于0。
-
setAllRegistryImages
public void setAllRegistryImages(Boolean AllRegistryImages)
Set 仓库镜像是否全部授权的标识,优先权高于根据镜像ids授权。等于true时需UpdatedRegistryImageCnt大于0。- Parameters:
AllRegistryImages- 仓库镜像是否全部授权的标识,优先权高于根据镜像ids授权。等于true时需UpdatedRegistryImageCnt大于0。
-
getUpdatedLocalImageCnt
public Long getUpdatedLocalImageCnt()
Get 指定操作授权的本地镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略。- Returns:
- UpdatedLocalImageCnt 指定操作授权的本地镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略。
-
setUpdatedLocalImageCnt
public void setUpdatedLocalImageCnt(Long UpdatedLocalImageCnt)
Set 指定操作授权的本地镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略。- Parameters:
UpdatedLocalImageCnt- 指定操作授权的本地镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略。
-
getUpdatedRegistryImageCnt
public Long getUpdatedRegistryImageCnt()
Get 指定操作授权的仓库镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略;- Returns:
- UpdatedRegistryImageCnt 指定操作授权的仓库镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略;
-
setUpdatedRegistryImageCnt
public void setUpdatedRegistryImageCnt(Long UpdatedRegistryImageCnt)
Set 指定操作授权的仓库镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略;- Parameters:
UpdatedRegistryImageCnt- 指定操作授权的仓库镜像数量,判断优先权最高,实际多出的镜像随机忽略,实际不足的部分也忽略;
-
getImageSourceType
public String getImageSourceType()
Get 根据满足条件的本地镜像授权,本地镜像来源;ASSETIMAGE:本地镜像列表;IMAGEALL:同步本地镜像;AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要- Returns:
- ImageSourceType 根据满足条件的本地镜像授权,本地镜像来源;ASSETIMAGE:本地镜像列表;IMAGEALL:同步本地镜像;AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要
-
setImageSourceType
public void setImageSourceType(String ImageSourceType)
Set 根据满足条件的本地镜像授权,本地镜像来源;ASSETIMAGE:本地镜像列表;IMAGEALL:同步本地镜像;AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要- Parameters:
ImageSourceType- 根据满足条件的本地镜像授权,本地镜像来源;ASSETIMAGE:本地镜像列表;IMAGEALL:同步本地镜像;AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要
-
getLocalImageFilter
public AssetFilters[] getLocalImageFilter()
Get 根据满足条件的本地镜像授权,AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要。- Returns:
- LocalImageFilter 根据满足条件的本地镜像授权,AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要。
-
setLocalImageFilter
public void setLocalImageFilter(AssetFilters[] LocalImageFilter)
Set 根据满足条件的本地镜像授权,AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要。- Parameters:
LocalImageFilter- 根据满足条件的本地镜像授权,AllLocalImages为false且LocalImageIds为空和UpdatedLocalImageCnt大于0时,需要。
-
getRegistryImageFilter
public AssetFilters[] getRegistryImageFilter()
Get 根据满足条件的仓库镜像授权,AllRegistryImages为false且RegistryImageIds为空和UpdatedRegistryImageCnt大于0时,需要。- Returns:
- RegistryImageFilter 根据满足条件的仓库镜像授权,AllRegistryImages为false且RegistryImageIds为空和UpdatedRegistryImageCnt大于0时,需要。
-
setRegistryImageFilter
public void setRegistryImageFilter(AssetFilters[] RegistryImageFilter)
Set 根据满足条件的仓库镜像授权,AllRegistryImages为false且RegistryImageIds为空和UpdatedRegistryImageCnt大于0时,需要。- Parameters:
RegistryImageFilter- 根据满足条件的仓库镜像授权,AllRegistryImages为false且RegistryImageIds为空和UpdatedRegistryImageCnt大于0时,需要。
-
getExcludeLocalImageIds
public String[] getExcludeLocalImageIds()
Get 根据满足条件的镜像授权,同时排除的本地镜像。- Returns:
- ExcludeLocalImageIds 根据满足条件的镜像授权,同时排除的本地镜像。
-
setExcludeLocalImageIds
public void setExcludeLocalImageIds(String[] ExcludeLocalImageIds)
Set 根据满足条件的镜像授权,同时排除的本地镜像。- Parameters:
ExcludeLocalImageIds- 根据满足条件的镜像授权,同时排除的本地镜像。
-
getExcludeRegistryImageIds
public String[] getExcludeRegistryImageIds()
Get 根据满足条件的镜像授权,同时排除的仓库镜像。- Returns:
- ExcludeRegistryImageIds 根据满足条件的镜像授权,同时排除的仓库镜像。
-
setExcludeRegistryImageIds
public void setExcludeRegistryImageIds(String[] ExcludeRegistryImageIds)
Set 根据满足条件的镜像授权,同时排除的仓库镜像。- Parameters:
ExcludeRegistryImageIds- 根据满足条件的镜像授权,同时排除的仓库镜像。
-
getLocalImageIds
public String[] getLocalImageIds()
Get 根据本地镜像ids授权,优先权高于根据满足条件的镜像授权。AllLocalImages为false且LocalImageFilter为空和UpdatedLocalImageCnt大于0时,需要。- Returns:
- LocalImageIds 根据本地镜像ids授权,优先权高于根据满足条件的镜像授权。AllLocalImages为false且LocalImageFilter为空和UpdatedLocalImageCnt大于0时,需要。
-
setLocalImageIds
public void setLocalImageIds(String[] LocalImageIds)
Set 根据本地镜像ids授权,优先权高于根据满足条件的镜像授权。AllLocalImages为false且LocalImageFilter为空和UpdatedLocalImageCnt大于0时,需要。- Parameters:
LocalImageIds- 根据本地镜像ids授权,优先权高于根据满足条件的镜像授权。AllLocalImages为false且LocalImageFilter为空和UpdatedLocalImageCnt大于0时,需要。
-
getRegistryImageIds
public String[] getRegistryImageIds()
Get 根据仓库镜像Ids授权,优先权高于根据满足条件的镜像授。AllRegistryImages为false且RegistryImageFilter为空和UpdatedRegistryImageCnt大于0时,需要。- Returns:
- RegistryImageIds 根据仓库镜像Ids授权,优先权高于根据满足条件的镜像授。AllRegistryImages为false且RegistryImageFilter为空和UpdatedRegistryImageCnt大于0时,需要。
-
setRegistryImageIds
public void setRegistryImageIds(String[] RegistryImageIds)
Set 根据仓库镜像Ids授权,优先权高于根据满足条件的镜像授。AllRegistryImages为false且RegistryImageFilter为空和UpdatedRegistryImageCnt大于0时,需要。- Parameters:
RegistryImageIds- 根据仓库镜像Ids授权,优先权高于根据满足条件的镜像授。AllRegistryImages为false且RegistryImageFilter为空和UpdatedRegistryImageCnt大于0时,需要。
-
getOnlyShowLatest
public Boolean getOnlyShowLatest()
Get 是否仅最新的镜像;RegistryImageFilter不为空且UpdatedRegistryImageCnt大于0时仓库镜像需要。- Returns:
- OnlyShowLatest 是否仅最新的镜像;RegistryImageFilter不为空且UpdatedRegistryImageCnt大于0时仓库镜像需要。
-
setOnlyShowLatest
public void setOnlyShowLatest(Boolean OnlyShowLatest)
Set 是否仅最新的镜像;RegistryImageFilter不为空且UpdatedRegistryImageCnt大于0时仓库镜像需要。- Parameters:
OnlyShowLatest- 是否仅最新的镜像;RegistryImageFilter不为空且UpdatedRegistryImageCnt大于0时仓库镜像需要。
-
-