Class ResetInstanceBlueprint
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lighthouse.v20200324.models.ResetInstanceBlueprint
-
public class ResetInstanceBlueprint extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ResetInstanceBlueprint()ResetInstanceBlueprint(ResetInstanceBlueprint 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 BlueprintgetBlueprintInfo()Get 镜像详细信息BooleangetIsResettable()Get 实例镜像是否可重置为目标镜像StringgetNonResettableMessage()Get 不可重置信息.当镜像可重置时为""voidsetBlueprintInfo(Blueprint BlueprintInfo)Set 镜像详细信息voidsetIsResettable(Boolean IsResettable)Set 实例镜像是否可重置为目标镜像voidsetNonResettableMessage(String NonResettableMessage)Set 不可重置信息.当镜像可重置时为""voidtoMap(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
-
ResetInstanceBlueprint
public ResetInstanceBlueprint()
-
ResetInstanceBlueprint
public ResetInstanceBlueprint(ResetInstanceBlueprint 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
-
getBlueprintInfo
public Blueprint getBlueprintInfo()
Get 镜像详细信息- Returns:
- BlueprintInfo 镜像详细信息
-
setBlueprintInfo
public void setBlueprintInfo(Blueprint BlueprintInfo)
Set 镜像详细信息- Parameters:
BlueprintInfo- 镜像详细信息
-
getIsResettable
public Boolean getIsResettable()
Get 实例镜像是否可重置为目标镜像- Returns:
- IsResettable 实例镜像是否可重置为目标镜像
-
setIsResettable
public void setIsResettable(Boolean IsResettable)
Set 实例镜像是否可重置为目标镜像- Parameters:
IsResettable- 实例镜像是否可重置为目标镜像
-
getNonResettableMessage
public String getNonResettableMessage()
Get 不可重置信息.当镜像可重置时为""- Returns:
- NonResettableMessage 不可重置信息.当镜像可重置时为""
-
setNonResettableMessage
public void setNonResettableMessage(String NonResettableMessage)
Set 不可重置信息.当镜像可重置时为""- Parameters:
NonResettableMessage- 不可重置信息.当镜像可重置时为""
-
-