public class CreateBlueprintRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateBlueprintRequest() |
CreateBlueprintRequest(CreateBlueprintRequest 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 |
getBlueprintName()
Get 镜像名称。最大长度60。
|
String |
getDescription()
Get 镜像描述。最大长度60。
|
Boolean |
getForcePowerOff()
Get 是否执行强制关机以制作镜像。
取值范围:
True:表示关机之后制作镜像
False:表示开机状态制作镜像
默认取值:True
开机状态制作镜像,可能导致部分数据未备份,影响数据安全。
|
String |
getInstanceId()
Get 需要制作镜像的实例ID。
|
void |
setBlueprintName(String BlueprintName)
Set 镜像名称。最大长度60。
|
void |
setDescription(String Description)
Set 镜像描述。最大长度60。
|
void |
setForcePowerOff(Boolean ForcePowerOff)
Set 是否执行强制关机以制作镜像。
取值范围:
True:表示关机之后制作镜像
False:表示开机状态制作镜像
默认取值:True
开机状态制作镜像,可能导致部分数据未备份,影响数据安全。
|
void |
setInstanceId(String InstanceId)
Set 需要制作镜像的实例ID。
|
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, toJsonString
public CreateBlueprintRequest()
public CreateBlueprintRequest(CreateBlueprintRequest source)
public String getBlueprintName()
public void setBlueprintName(String BlueprintName)
BlueprintName
- 镜像名称。最大长度60。public String getDescription()
public void setDescription(String Description)
Description
- 镜像描述。最大长度60。public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 需要制作镜像的实例ID。public Boolean getForcePowerOff()
public void setForcePowerOff(Boolean ForcePowerOff)
ForcePowerOff
- 是否执行强制关机以制作镜像。
取值范围:
True:表示关机之后制作镜像
False:表示开机状态制作镜像
默认取值:True
开机状态制作镜像,可能导致部分数据未备份,影响数据安全。Copyright © 2024. All rights reserved.