public class DisassociateSecurityGroupsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DisassociateSecurityGroupsRequest() |
DisassociateSecurityGroupsRequest(DisassociateSecurityGroupsRequest 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 实例ID列表,一个或者多个实例Id组成的数组。
|
String |
getProduct()
Get 数据库引擎名称,本接口取值:dcdb。
|
String |
getSecurityGroupId()
Get 安全组Id。
|
void |
setInstanceIds(String[] InstanceIds)
Set 实例ID列表,一个或者多个实例Id组成的数组。
|
void |
setProduct(String Product)
Set 数据库引擎名称,本接口取值:dcdb。
|
void |
setSecurityGroupId(String SecurityGroupId)
Set 安全组Id。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DisassociateSecurityGroupsRequest()
public DisassociateSecurityGroupsRequest(DisassociateSecurityGroupsRequest source)
public String getProduct()
public void setProduct(String Product)
Product
- 数据库引擎名称,本接口取值:dcdb。public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- 安全组Id。public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 实例ID列表,一个或者多个实例Id组成的数组。Copyright © 2024. All rights reserved.