Class ImageInstance

    • Constructor Detail

      • ImageInstance

        public ImageInstance()
      • ImageInstance

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

      • getAlias

        public String getAlias()
        Get 镜像别名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Alias 镜像别名 注意:此字段可能返回 null,表示取不到有效值。
      • setAlias

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

        public String getOsName()
        Get 操作系统名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OsName 操作系统名称 注意:此字段可能返回 null,表示取不到有效值。
      • setOsName

        public void setOsName​(String OsName)
        Set 操作系统名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OsName - 操作系统名称 注意:此字段可能返回 null,表示取不到有效值。
      • getImageId

        public String getImageId()
        Get 镜像ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ImageId 镜像ID 注意:此字段可能返回 null,表示取不到有效值。
      • setImageId

        public void setImageId​(String ImageId)
        Set 镜像ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ImageId - 镜像ID 注意:此字段可能返回 null,表示取不到有效值。
      • getOsCustomizeType

        public String getOsCustomizeType()
        Get 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OsCustomizeType 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值) 注意:此字段可能返回 null,表示取不到有效值。
      • setOsCustomizeType

        public void setOsCustomizeType​(String OsCustomizeType)
        Set 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OsCustomizeType - 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值) 注意:此字段可能返回 null,表示取不到有效值。