public class SetDBInstanceDeletionProtectionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SetDBInstanceDeletionProtectionRequest() |
SetDBInstanceDeletionProtectionRequest(SetDBInstanceDeletionProtectionRequest 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 |
---|---|
Long |
getEnableDeletionProtection()
Get 实例销毁保护选项,取值范围:0-关闭销毁保护,1-开启销毁保护
|
String[] |
getInstanceIds()
Get 实例ID列表,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同
|
void |
setEnableDeletionProtection(Long EnableDeletionProtection)
Set 实例销毁保护选项,取值范围:0-关闭销毁保护,1-开启销毁保护
|
void |
setInstanceIds(String[] InstanceIds)
Set 实例ID列表,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同
|
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 SetDBInstanceDeletionProtectionRequest()
public SetDBInstanceDeletionProtectionRequest(SetDBInstanceDeletionProtectionRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 实例ID列表,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同public Long getEnableDeletionProtection()
public void setEnableDeletionProtection(Long EnableDeletionProtection)
EnableDeletionProtection
- 实例销毁保护选项,取值范围:0-关闭销毁保护,1-开启销毁保护Copyright © 2025. All rights reserved.