Class CreateBlueprintRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lighthouse.v20200324.models.CreateBlueprintRequest
-
public class CreateBlueprintRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateBlueprintRequest
public CreateBlueprintRequest()
-
CreateBlueprintRequest
public 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.
-
-
Method Detail
-
getBlueprintName
public String getBlueprintName()
Get 镜像名称。最大长度60。- Returns:
- BlueprintName 镜像名称。最大长度60。
-
setBlueprintName
public void setBlueprintName(String BlueprintName)
Set 镜像名称。最大长度60。- Parameters:
BlueprintName
- 镜像名称。最大长度60。
-
getDescription
public String getDescription()
Get 镜像描述。最大长度60。- Returns:
- Description 镜像描述。最大长度60。
-
setDescription
public void setDescription(String Description)
Set 镜像描述。最大长度60。- Parameters:
Description
- 镜像描述。最大长度60。
-
getInstanceId
public String getInstanceId()
Get 需要制作镜像的实例ID。- Returns:
- InstanceId 需要制作镜像的实例ID。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 需要制作镜像的实例ID。- Parameters:
InstanceId
- 需要制作镜像的实例ID。
-
getForcePowerOff
public Boolean getForcePowerOff()
Get 是否执行强制关机以制作镜像。 取值范围: True:表示关机之后制作镜像 False:表示开机状态制作镜像 默认取值:True 开机状态制作镜像,可能导致部分数据未备份,影响数据安全。- Returns:
- ForcePowerOff 是否执行强制关机以制作镜像。 取值范围: True:表示关机之后制作镜像 False:表示开机状态制作镜像 默认取值:True 开机状态制作镜像,可能导致部分数据未备份,影响数据安全。
-
setForcePowerOff
public void setForcePowerOff(Boolean ForcePowerOff)
Set 是否执行强制关机以制作镜像。 取值范围: True:表示关机之后制作镜像 False:表示开机状态制作镜像 默认取值:True 开机状态制作镜像,可能导致部分数据未备份,影响数据安全。- Parameters:
ForcePowerOff
- 是否执行强制关机以制作镜像。 取值范围: True:表示关机之后制作镜像 False:表示开机状态制作镜像 默认取值:True 开机状态制作镜像,可能导致部分数据未备份,影响数据安全。
-
-