public class SecurityGroupInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SecurityGroupInfo() | 
| SecurityGroupInfo(SecurityGroupInfo 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 | getId()Get Security group ID. | 
| String | getName()Get Security group name. | 
| String[] | getOccupiedInputs()Get List of bound input streams. | 
| String[] | getOccupiedOutputs()Get List of bound output streams. | 
| String | getRegion()Get Security group address. | 
| String[] | getWhitelist()Get Allowlist list. | 
| void | setId(String Id)Set Security group ID. | 
| void | setName(String Name)Set Security group name. | 
| void | setOccupiedInputs(String[] OccupiedInputs)Set List of bound input streams. | 
| void | setOccupiedOutputs(String[] OccupiedOutputs)Set List of bound output streams. | 
| void | setRegion(String Region)Set Security group address. | 
| void | setWhitelist(String[] Whitelist)Set Allowlist list. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SecurityGroupInfo()
public SecurityGroupInfo(SecurityGroupInfo source)
public String getId()
public void setId(String Id)
Id - Security group ID.public String getName()
public void setName(String Name)
Name - Security group name.public String[] getWhitelist()
public void setWhitelist(String[] Whitelist)
Whitelist - Allowlist list.public String[] getOccupiedInputs()
public void setOccupiedInputs(String[] OccupiedInputs)
OccupiedInputs - List of bound input streams.
Note: This field may return null, indicating that no valid value can be obtained.public String getRegion()
public void setRegion(String Region)
Region - Security group address.public String[] getOccupiedOutputs()
public void setOccupiedOutputs(String[] OccupiedOutputs)
OccupiedOutputs - List of bound output streams.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.