public class ModifyDBInstanceSecurityGroupsRequest extends AbstractModel
Constructor and Description |
---|
ModifyDBInstanceSecurityGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get Instance ID in the format of cdb-c1nl9rpv or cdbro-c1nl9rpv.
|
String[] |
getSecurityGroupIds()
Get List of IDs of security groups to be modified, which is an array of one or more security group IDs.
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of cdb-c1nl9rpv or cdbro-c1nl9rpv.
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set List of IDs of security groups to be modified, which is an array of one or more security group IDs.
|
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 ModifyDBInstanceSecurityGroupsRequest()
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of cdb-c1nl9rpv or cdbro-c1nl9rpv. It is the same as the instance ID displayed on the TencentDB Console page.public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds
- List of IDs of security groups to be modified, which is an array of one or more security group IDs.Copyright © 2020. All rights reserved.