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(s) of the instance(s) to be disassociated,such as `ins-lesecurk`. 
 | 
String[] | 
getSecurityGroupIds()
Get ID of the security group to be disassociated, such as `sg-efil73jd`. 
 | 
void | 
setInstanceIds(String[] InstanceIds)
Set ID(s) of the instance(s) to be disassociated,such as `ins-lesecurk`. 
 | 
void | 
setSecurityGroupIds(String[] SecurityGroupIds)
Set ID of the security group to be disassociated, such as `sg-efil73jd`. 
 | 
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[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds - ID of the security group to be disassociated, such as `sg-efil73jd`. Only one security group can be disassociated.public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - ID(s) of the instance(s) to be disassociated,such as `ins-lesecurk`. You can specify multiple instances.Copyright © 2025. All rights reserved.