public class ModifyInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyInstanceRequest() |
ModifyInstanceRequest(ModifyInstanceRequest 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 |
---|---|
Boolean |
getDeletionProtection()
Get 实例删除保护,false为关闭
|
String |
getRegistryId()
Get 实例ID
|
String |
getRegistryType()
Get 实例的规格,
基础版:basic
标准版:standard
高级版:premium
|
void |
setDeletionProtection(Boolean DeletionProtection)
Set 实例删除保护,false为关闭
|
void |
setRegistryId(String RegistryId)
Set 实例ID
|
void |
setRegistryType(String RegistryType)
Set 实例的规格,
基础版:basic
标准版:standard
高级版:premium
|
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 ModifyInstanceRequest()
public ModifyInstanceRequest(ModifyInstanceRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId
- 实例IDpublic String getRegistryType()
public void setRegistryType(String RegistryType)
RegistryType
- 实例的规格,
基础版:basic
标准版:standard
高级版:premiumpublic Boolean getDeletionProtection()
public void setDeletionProtection(Boolean DeletionProtection)
DeletionProtection
- 实例删除保护,false为关闭Copyright © 2024. All rights reserved.