| Package | Description | 
|---|---|
| com.tencentcloudapi.vpc.v20170312.models | 
| Modifier and Type | Method and Description | 
|---|---|
NetworkAclEntry[] | 
NetworkAclEntrySet.getEgress()
Get Outbound rules. 
 | 
NetworkAclEntry[] | 
NetworkAcl.getEgressEntries()
Get Outbound rules of the network ACL. 
 | 
NetworkAclEntry[] | 
NetworkAclEntrySet.getIngress()
Get Inbound rules. 
 | 
NetworkAclEntry[] | 
NetworkAcl.getIngressEntries()
Get Inbound rules of the network ACL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NetworkAclEntrySet.setEgress(NetworkAclEntry[] Egress)
Set Outbound rules. 
 | 
void | 
NetworkAcl.setEgressEntries(NetworkAclEntry[] EgressEntries)
Set Outbound rules of the network ACL. 
 | 
void | 
NetworkAclEntrySet.setIngress(NetworkAclEntry[] Ingress)
Set Inbound rules. 
 | 
void | 
NetworkAcl.setIngressEntries(NetworkAclEntry[] IngressEntries)
Set Inbound rules of the network ACL. 
 | 
| Constructor and Description | 
|---|
NetworkAclEntry(NetworkAclEntry 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.