public class Blueprint extends AbstractModel
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 镜像名称。
|
String |
getBlueprintState()
Get 镜像状态。
|
String |
getBlueprintType()
Get 镜像类型,如 APP_OS、PURE_OS、PRIVATE。
|
String |
getCommunityUrl()
Get 官方网站Url。
|
String |
getCreatedTime()
Get 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
格式为: YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 镜像描述信息。
|
String |
getDisplayTitle()
Get 镜像对外展示标题。
|
String |
getDisplayVersion()
Get 镜像对外展示版本。
|
String |
getGuideUrl()
Get 指导文章Url。
|
String |
getImageId()
Get CVM镜像共享到轻量应用服务器轻量应用服务器后的CVM镜像ID。
注意:此字段可能返回 null,表示取不到有效值。
|
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列表。
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getSupportAutomationTools()
Get 镜像是否支持自动化助手。
|
void |
setBlueprintId(String BlueprintId)
Set 镜像 ID ,是 Blueprint 的唯一标识。
|
void |
setBlueprintName(String BlueprintName)
Set 镜像名称。
|
void |
setBlueprintState(String BlueprintState)
Set 镜像状态。
|
void |
setBlueprintType(String BlueprintType)
Set 镜像类型,如 APP_OS、PURE_OS、PRIVATE。
|
void |
setCommunityUrl(String CommunityUrl)
Set 官方网站Url。
|
void |
setCreatedTime(String CreatedTime)
Set 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
格式为: YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 镜像描述信息。
|
void |
setDisplayTitle(String DisplayTitle)
Set 镜像对外展示标题。
|
void |
setDisplayVersion(String DisplayVersion)
Set 镜像对外展示版本。
|
void |
setGuideUrl(String GuideUrl)
Set 指导文章Url。
|
void |
setImageId(String ImageId)
Set CVM镜像共享到轻量应用服务器轻量应用服务器后的CVM镜像ID。
注意:此字段可能返回 null,表示取不到有效值。
|
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列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSupportAutomationTools(Boolean SupportAutomationTools)
Set 镜像是否支持自动化助手。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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
- 镜像描述信息。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、PRIVATE。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
- 镜像状态。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。
注意:此字段可能返回 null,表示取不到有效值。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列表。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.