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 组成的数组。请登录[Redis控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID。 | 
| String | getProduct()Get 数据库引擎名称,本接口取值:redis。 | 
| String | getSecurityGroupId()Get 安全组 ID,请通过接口[DescribeInstanceSecurityGroup](https://cloud.tencent.com/document/product/239/34447)的返回参数InstanceSecurityGroupsDetail 的子参数**SecurityGroupId**获取。 | 
| void | setInstanceIds(String[] InstanceIds)Set 实例ID列表,一个或者多个实例 ID 组成的数组。请登录[Redis控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID。 | 
| void | setProduct(String Product)Set 数据库引擎名称,本接口取值:redis。 | 
| void | setSecurityGroupId(String SecurityGroupId)Set 安全组 ID,请通过接口[DescribeInstanceSecurityGroup](https://cloud.tencent.com/document/product/239/34447)的返回参数InstanceSecurityGroupsDetail 的子参数**SecurityGroupId**获取。 | 
| 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, toJsonStringpublic DisassociateSecurityGroupsRequest()
public DisassociateSecurityGroupsRequest(DisassociateSecurityGroupsRequest source)
public String getProduct()
public void setProduct(String Product)
Product - 数据库引擎名称,本接口取值:redis。public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId - 安全组 ID,请通过接口[DescribeInstanceSecurityGroup](https://cloud.tencent.com/document/product/239/34447)的返回参数InstanceSecurityGroupsDetail 的子参数**SecurityGroupId**获取。public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - 实例ID列表,一个或者多个实例 ID 组成的数组。请登录[Redis控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID。Copyright © 2025. All rights reserved.