Class ModifyImageAuthorizedRequest


  • public class ModifyImageAuthorizedRequest
    extends AbstractModel
    • 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时仓库镜像需要。