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