public class ResetInstanceBlueprint extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Blueprint | getBlueprintInfo()Get 镜像详细信息 | 
| Boolean | getIsResettable()Get 实例镜像是否可重置为目标镜像。
取值:
true(允许)
false(不允许) | 
| String | getNonResettableMessage()Get 不可重置信息.当镜像可重置时为"" | 
| void | setBlueprintInfo(Blueprint BlueprintInfo)Set 镜像详细信息 | 
| void | setIsResettable(Boolean IsResettable)Set 实例镜像是否可重置为目标镜像。
取值:
true(允许)
false(不允许) | 
| void | setNonResettableMessage(String NonResettableMessage)Set 不可重置信息.当镜像可重置时为"" | 
| 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, toJsonStringpublic ResetInstanceBlueprint()
public ResetInstanceBlueprint(ResetInstanceBlueprint source)
public Blueprint getBlueprintInfo()
public void setBlueprintInfo(Blueprint BlueprintInfo)
BlueprintInfo - 镜像详细信息public Boolean getIsResettable()
public void setIsResettable(Boolean IsResettable)
IsResettable - 实例镜像是否可重置为目标镜像。
取值:
true(允许)
false(不允许)public String getNonResettableMessage()
public void setNonResettableMessage(String NonResettableMessage)
NonResettableMessage - 不可重置信息.当镜像可重置时为""Copyright © 2025. All rights reserved.