public class Blueprint extends AbstractModel
Constructor and Description |
---|
Blueprint() |
Modifier and Type | Method and Description |
---|---|
String |
getBlueprintId()
Get 镜像 ID ,是 blueprint 的唯一标识。
|
String |
getBlueprintType()
Get 镜像类型,如 APP_OS、PURE_OS。
|
String |
getDescription()
Get 镜像描述信息。
|
String |
getDisplayTitle()
Get 镜像对外展示标题。
|
String |
getDisplayVersion()
Get 镜像对外展示版本。
|
String |
getImageUrl()
Get 镜像图片 URL。
|
String |
getOsName()
Get 操作系统名称。
|
String |
getPlatform()
Get 操作系统平台。
|
String |
getPlatformType()
Get 操作系统平台类型,如 LINUX_UNIX、WINDOWS。
|
Long |
getRequiredSystemDiskSize()
Get 镜像所需系统盘大小
|
void |
setBlueprintId(String BlueprintId)
Set 镜像 ID ,是 blueprint 的唯一标识。
|
void |
setBlueprintType(String BlueprintType)
Set 镜像类型,如 APP_OS、PURE_OS。
|
void |
setDescription(String Description)
Set 镜像描述信息。
|
void |
setDisplayTitle(String DisplayTitle)
Set 镜像对外展示标题。
|
void |
setDisplayVersion(String DisplayVersion)
Set 镜像对外展示版本。
|
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 |
setRequiredSystemDiskSize(Long RequiredSystemDiskSize)
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 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。public String getImageUrl()
public void setImageUrl(String ImageUrl)
ImageUrl
- 镜像图片 URL。public Long getRequiredSystemDiskSize()
public void setRequiredSystemDiskSize(Long RequiredSystemDiskSize)
RequiredSystemDiskSize
- 镜像所需系统盘大小Copyright © 2020. All rights reserved.