| Package | Description | 
|---|---|
| com.tencentcloudapi.dcdb.v20180411.models | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityGroupBound[] | 
SecurityGroup.getInbound()
Get Inbound rule 
 | 
SecurityGroupBound[] | 
SecurityGroup.getOutbound()
Get Outbound rule 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SecurityGroup.setInbound(SecurityGroupBound[] Inbound)
Set Inbound rule 
 | 
void | 
SecurityGroup.setOutbound(SecurityGroupBound[] Outbound)
Set Outbound rule 
 | 
| Constructor and Description | 
|---|
SecurityGroupBound(SecurityGroupBound 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. 
 | 
Copyright © 2022. All rights reserved.