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 |
getProduct()
Get Database engine name: mariadb, cdb, cynosdb, dcdb, redis, mongodb, etc.
|
String[] |
getSecurityGroupIds()
Get The ID list of the 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 |
setProduct(String Product)
Set Database engine name: mariadb, cdb, cynosdb, dcdb, redis, mongodb, etc.
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set The ID list of the 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 getProduct()
public void setProduct(String Product)
Product
- Database engine name: mariadb, cdb, cynosdb, dcdb, redis, mongodb, etc.public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds
- The ID list of the security groups to be modified, which is an array of one or more security group IDs.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 in the TencentDB Console.Copyright © 2020. All rights reserved.