public class IsolateDBInstanceRequest extends AbstractModel
Constructor and Description |
---|
IsolateDBInstanceRequest() |
IsolateDBInstanceRequest(IsolateDBInstanceRequest 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[] |
getInstanceIds()
Get Instance ID in the format of `tdsql-dasjkhd`.
|
void |
setInstanceIds(String[] InstanceIds)
Set Instance ID in the format of `tdsql-dasjkhd`.
|
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 IsolateDBInstanceRequest()
public IsolateDBInstanceRequest(IsolateDBInstanceRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- Instance ID in the format of `tdsql-dasjkhd`. It is the same as the instance ID displayed on the TencentDB console. You can use the `DescribeDBInstances` API to query the ID, which is the value of the `InstanceId` output parameter.Copyright © 2023. All rights reserved.