public class KillOpsRequest extends AbstractModel
Constructor and Description |
---|
KillOpsRequest() |
KillOpsRequest(KillOpsRequest 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 |
---|---|
String |
getInstanceId()
Get 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同
|
Operation[] |
getOperations()
Get 待终止的操作
|
void |
setInstanceId(String InstanceId)
Set 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同
|
void |
setOperations(Operation[] Operations)
Set 待终止的操作
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public KillOpsRequest()
public KillOpsRequest(KillOpsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同public Operation[] getOperations()
public void setOperations(Operation[] Operations)
Operations
- 待终止的操作Copyright © 2021. All rights reserved.