public class AssociateSecurityGroupsRequest extends AbstractModel
Constructor and Description |
---|
AssociateSecurityGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getInstanceIds()
Get ID(s) of the instance(s) to be associated in the format of ins-lesecurk.
|
String |
getProduct()
Get Database engine name: mariadb, cdb, cynosdb, dcdb, redis, mongodb, etc.
|
String |
getSecurityGroupId()
Get ID of the security group to be associated in the format of sg-efil73jd.
|
void |
setInstanceIds(String[] InstanceIds)
Set ID(s) of the instance(s) to be associated in the format of ins-lesecurk.
|
void |
setProduct(String Product)
Set Database engine name: mariadb, cdb, cynosdb, dcdb, redis, mongodb, etc.
|
void |
setSecurityGroupId(String SecurityGroupId)
Set ID of the security group to be associated in the format of sg-efil73jd.
|
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 String getProduct()
public void setProduct(String Product)
Product
- Database engine name: mariadb, cdb, cynosdb, dcdb, redis, mongodb, etc.public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- ID of the security group to be associated in the format of sg-efil73jd.public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- ID(s) of the instance(s) to be associated in the format of ins-lesecurk. You can specify multiple instances.Copyright © 2020. All rights reserved.