Class ImageInfo

    • Constructor Detail

      • ImageInfo

        public ImageInfo()
      • ImageInfo

        public ImageInfo​(ImageInfo 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

      • getImageType

        public String getImageType()
        Get 镜像类型:TCR为腾讯云TCR镜像; CCR为腾讯云TCR个人版镜像,PreSet为平台预置镜像
        Returns:
        ImageType 镜像类型:TCR为腾讯云TCR镜像; CCR为腾讯云TCR个人版镜像,PreSet为平台预置镜像
      • setImageType

        public void setImageType​(String ImageType)
        Set 镜像类型:TCR为腾讯云TCR镜像; CCR为腾讯云TCR个人版镜像,PreSet为平台预置镜像
        Parameters:
        ImageType - 镜像类型:TCR为腾讯云TCR镜像; CCR为腾讯云TCR个人版镜像,PreSet为平台预置镜像
      • getImageUrl

        public String getImageUrl()
        Get 镜像地址
        Returns:
        ImageUrl 镜像地址
      • setImageUrl

        public void setImageUrl​(String ImageUrl)
        Set 镜像地址
        Parameters:
        ImageUrl - 镜像地址
      • getRegistryRegion

        public String getRegistryRegion()
        Get TCR镜像对应的地域 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RegistryRegion TCR镜像对应的地域 注意:此字段可能返回 null,表示取不到有效值。
      • setRegistryRegion

        public void setRegistryRegion​(String RegistryRegion)
        Set TCR镜像对应的地域 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RegistryRegion - TCR镜像对应的地域 注意:此字段可能返回 null,表示取不到有效值。
      • getRegistryId

        public String getRegistryId()
        Get TCR镜像对应的实例id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RegistryId TCR镜像对应的实例id 注意:此字段可能返回 null,表示取不到有效值。
      • setRegistryId

        public void setRegistryId​(String RegistryId)
        Set TCR镜像对应的实例id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RegistryId - TCR镜像对应的实例id 注意:此字段可能返回 null,表示取不到有效值。
      • getAllowSaveAllContent

        public Boolean getAllowSaveAllContent()
        Get 是否允许导出全部内容 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AllowSaveAllContent 是否允许导出全部内容 注意:此字段可能返回 null,表示取不到有效值。
      • setAllowSaveAllContent

        public void setAllowSaveAllContent​(Boolean AllowSaveAllContent)
        Set 是否允许导出全部内容 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AllowSaveAllContent - 是否允许导出全部内容 注意:此字段可能返回 null,表示取不到有效值。
      • getImageName

        public String getImageName()
        Get 镜像名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ImageName 镜像名称 注意:此字段可能返回 null,表示取不到有效值。
      • setImageName

        public void setImageName​(String ImageName)
        Set 镜像名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ImageName - 镜像名称 注意:此字段可能返回 null,表示取不到有效值。