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,类似ein-lesecurk,支持指定多个实例 。 | 
| String[] | getSecurityGroupIds()Get 要解绑的安全组ID,类似esg-efil73jd,只支持解绑单个安全组。 | 
| void | setInstanceIds(String[] InstanceIds)Set 被解绑的实例ID,类似ein-lesecurk,支持指定多个实例 。 | 
| void | setSecurityGroupIds(String[] SecurityGroupIds)Set 要解绑的安全组ID,类似esg-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,类似esg-efil73jd,只支持解绑单个安全组。public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - 被解绑的实例ID,类似ein-lesecurk,支持指定多个实例 。Copyright © 2025. All rights reserved.