Class ImageLimitConfig

    • Constructor Detail

      • ImageLimitConfig

        public ImageLimitConfig()
      • ImageLimitConfig

        public 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.
    • Method Detail

      • getMaxImageSize

        public Long getMaxImageSize()
        Get 支持的最大镜像大小,包括可导入的自定义镜像大小,中心云镜像大小,单位为GB。
        Returns:
        MaxImageSize 支持的最大镜像大小,包括可导入的自定义镜像大小,中心云镜像大小,单位为GB。
      • setMaxImageSize

        public void setMaxImageSize​(Long MaxImageSize)
        Set 支持的最大镜像大小,包括可导入的自定义镜像大小,中心云镜像大小,单位为GB。
        Parameters:
        MaxImageSize - 支持的最大镜像大小,包括可导入的自定义镜像大小,中心云镜像大小,单位为GB。