public class Blueprint extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Blueprint() | 
| Blueprint(Blueprint 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBlueprintId()Get 镜像 ID  ,是 Blueprint 的唯一标识。 | 
| String | getBlueprintName()Get 镜像名称。 | 
| Boolean | getBlueprintShared()Get 镜像是否已共享。 | 
| String | getBlueprintState()Get 镜像状态。
可选值:
NORMAL(正常)、SYNCING(同步中)、OFFLINE(下线)、ISOLATED(已隔离)、CREATEFAILED(创建失败)、SYNCING_FAILED(目的地域同步失败)、ISOLATING(隔离中)、ISOLATED(已隔离)、DELETING(删除中)、DESTROYING(销毁中)。 | 
| String | getBlueprintType()Get 镜像类型,如 APP_OS(应用镜像), PURE_OS(系统镜像), DOCKER(容器), PRIVATE(私有镜像), SHARED(共享镜像), GAME_PORTAL(游戏专区镜像)。 | 
| String | getCommunityUrl()Get 官方网站Url。 | 
| String | getCreatedTime()Get 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。 
格式为: YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getDescription()Get 镜像描述信息。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getDisplayTitle()Get 镜像对外展示标题。 | 
| String | getDisplayVersion()Get 镜像对外展示版本。 | 
| String | getDockerVersion()Get Docker版本号。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getGuideUrl()Get 指导文章Url。 | 
| String | getImageId()Get CVM镜像共享到轻量应用服务器轻量应用服务器后的CVM镜像ID。 | 
| String | getImageUrl()Get 镜像图片 URL。 | 
| String | getOsName()Get 操作系统名称。 | 
| String | getPlatform()Get 操作系统平台。 | 
| String | getPlatformType()Get 操作系统平台类型,如 LINUX_UNIX、WINDOWS。 | 
| Long | getRequiredMemorySize()Get 镜像所需内存大小, 单位: GB | 
| Long | getRequiredSystemDiskSize()Get 镜像所需系统盘大小,单位 GB。 | 
| String[] | getSceneIdSet()Get 镜像关联使用场景Id列表。 | 
| Boolean | getSupportAutomationTools()Get 镜像是否支持自动化助手。 | 
| Tag[] | getTags()Get 镜像绑定的标签列表。 | 
| void | setBlueprintId(String BlueprintId)Set 镜像 ID  ,是 Blueprint 的唯一标识。 | 
| void | setBlueprintName(String BlueprintName)Set 镜像名称。 | 
| void | setBlueprintShared(Boolean BlueprintShared)Set 镜像是否已共享。 | 
| void | setBlueprintState(String BlueprintState)Set 镜像状态。
可选值:
NORMAL(正常)、SYNCING(同步中)、OFFLINE(下线)、ISOLATED(已隔离)、CREATEFAILED(创建失败)、SYNCING_FAILED(目的地域同步失败)、ISOLATING(隔离中)、ISOLATED(已隔离)、DELETING(删除中)、DESTROYING(销毁中)。 | 
| void | setBlueprintType(String BlueprintType)Set 镜像类型,如 APP_OS(应用镜像), PURE_OS(系统镜像), DOCKER(容器), PRIVATE(私有镜像), SHARED(共享镜像), GAME_PORTAL(游戏专区镜像)。 | 
| void | setCommunityUrl(String CommunityUrl)Set 官方网站Url。 | 
| void | setCreatedTime(String CreatedTime)Set 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。 
格式为: YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDescription(String Description)Set 镜像描述信息。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDisplayTitle(String DisplayTitle)Set 镜像对外展示标题。 | 
| void | setDisplayVersion(String DisplayVersion)Set 镜像对外展示版本。 | 
| void | setDockerVersion(String DockerVersion)Set Docker版本号。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setGuideUrl(String GuideUrl)Set 指导文章Url。 | 
| void | setImageId(String ImageId)Set CVM镜像共享到轻量应用服务器轻量应用服务器后的CVM镜像ID。 | 
| void | setImageUrl(String ImageUrl)Set 镜像图片 URL。 | 
| void | setOsName(String OsName)Set 操作系统名称。 | 
| void | setPlatform(String Platform)Set 操作系统平台。 | 
| void | setPlatformType(String PlatformType)Set 操作系统平台类型,如 LINUX_UNIX、WINDOWS。 | 
| void | setRequiredMemorySize(Long RequiredMemorySize)Set 镜像所需内存大小, 单位: GB | 
| void | setRequiredSystemDiskSize(Long RequiredSystemDiskSize)Set 镜像所需系统盘大小,单位 GB。 | 
| void | setSceneIdSet(String[] SceneIdSet)Set 镜像关联使用场景Id列表。 | 
| void | setSupportAutomationTools(Boolean SupportAutomationTools)Set 镜像是否支持自动化助手。 | 
| void | setTags(Tag[] Tags)Set 镜像绑定的标签列表。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Blueprint()
public Blueprint(Blueprint source)
public String getBlueprintId()
public void setBlueprintId(String BlueprintId)
BlueprintId - 镜像 ID  ,是 Blueprint 的唯一标识。public String getDisplayTitle()
public void setDisplayTitle(String DisplayTitle)
DisplayTitle - 镜像对外展示标题。public String getDisplayVersion()
public void setDisplayVersion(String DisplayVersion)
DisplayVersion - 镜像对外展示版本。public String getDescription()
public void setDescription(String Description)
Description - 镜像描述信息。
注意:此字段可能返回 null,表示取不到有效值。public String getOsName()
public void setOsName(String OsName)
OsName - 操作系统名称。public String getPlatform()
public void setPlatform(String Platform)
Platform - 操作系统平台。public String getPlatformType()
public void setPlatformType(String PlatformType)
PlatformType - 操作系统平台类型,如 LINUX_UNIX、WINDOWS。public String getBlueprintType()
public void setBlueprintType(String BlueprintType)
BlueprintType - 镜像类型,如 APP_OS(应用镜像), PURE_OS(系统镜像), DOCKER(容器), PRIVATE(私有镜像), SHARED(共享镜像), GAME_PORTAL(游戏专区镜像)。public String getImageUrl()
public void setImageUrl(String ImageUrl)
ImageUrl - 镜像图片 URL。public Long getRequiredSystemDiskSize()
public void setRequiredSystemDiskSize(Long RequiredSystemDiskSize)
RequiredSystemDiskSize - 镜像所需系统盘大小,单位 GB。public String getBlueprintState()
public void setBlueprintState(String BlueprintState)
BlueprintState - 镜像状态。
可选值:
NORMAL(正常)、SYNCING(同步中)、OFFLINE(下线)、ISOLATED(已隔离)、CREATEFAILED(创建失败)、SYNCING_FAILED(目的地域同步失败)、ISOLATING(隔离中)、ISOLATED(已隔离)、DELETING(删除中)、DESTROYING(销毁中)。public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。 
格式为: YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。public String getBlueprintName()
public void setBlueprintName(String BlueprintName)
BlueprintName - 镜像名称。public Boolean getSupportAutomationTools()
public void setSupportAutomationTools(Boolean SupportAutomationTools)
SupportAutomationTools - 镜像是否支持自动化助手。public Long getRequiredMemorySize()
public void setRequiredMemorySize(Long RequiredMemorySize)
RequiredMemorySize - 镜像所需内存大小, 单位: GBpublic String getImageId()
public void setImageId(String ImageId)
ImageId - CVM镜像共享到轻量应用服务器轻量应用服务器后的CVM镜像ID。public String getCommunityUrl()
public void setCommunityUrl(String CommunityUrl)
CommunityUrl - 官方网站Url。public String getGuideUrl()
public void setGuideUrl(String GuideUrl)
GuideUrl - 指导文章Url。public String[] getSceneIdSet()
public void setSceneIdSet(String[] SceneIdSet)
SceneIdSet - 镜像关联使用场景Id列表。public String getDockerVersion()
public void setDockerVersion(String DockerVersion)
DockerVersion - Docker版本号。
注意:此字段可能返回 null,表示取不到有效值。public Boolean getBlueprintShared()
public void setBlueprintShared(Boolean BlueprintShared)
BlueprintShared - 镜像是否已共享。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - 镜像绑定的标签列表。Copyright © 2025. All rights reserved.