public class ResetInstanceBlueprint extends AbstractModel
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 实例镜像是否可重置为目标镜像
|
String |
getNonResettableMessage()
Get 不可重置信息.当镜像可重置时为""
|
void |
setBlueprintInfo(Blueprint BlueprintInfo)
Set 镜像详细信息
|
void |
setIsResettable(Boolean IsResettable)
Set 实例镜像是否可重置为目标镜像
|
void |
setNonResettableMessage(String NonResettableMessage)
Set 不可重置信息.当镜像可重置时为""
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ResetInstanceBlueprint()
public ResetInstanceBlueprint(ResetInstanceBlueprint source)
public Blueprint getBlueprintInfo()
public void setBlueprintInfo(Blueprint BlueprintInfo)
BlueprintInfo
- 镜像详细信息public Boolean getIsResettable()
public void setIsResettable(Boolean IsResettable)
IsResettable
- 实例镜像是否可重置为目标镜像public String getNonResettableMessage()
public void setNonResettableMessage(String NonResettableMessage)
NonResettableMessage
- 不可重置信息.当镜像可重置时为""Copyright © 2023. All rights reserved.