public class AssociateSecurityGroupsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AssociateSecurityGroupsRequest() | 
| AssociateSecurityGroupsRequest(AssociateSecurityGroupsRequest 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,支持指定多个实例,每次请求批量实例的上限为100。 | 
| String[] | getSecurityGroupIds()Get 要绑定的安全组ID,类似esg-efil73jd,只支持绑定单个安全组。 | 
| void | setInstanceIds(String[] InstanceIds)Set 被绑定的实例ID,类似ein-lesecurk,支持指定多个实例,每次请求批量实例的上限为100。 | 
| 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 AssociateSecurityGroupsRequest()
public AssociateSecurityGroupsRequest(AssociateSecurityGroupsRequest 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,支持指定多个实例,每次请求批量实例的上限为100。Copyright © 2025. All rights reserved.