Uses of Class
com.tencentcloudapi.vpc.v20170312.models.NetworkAclEntry
-
Packages that use NetworkAclEntry Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of NetworkAclEntry in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return NetworkAclEntry Modifier and Type Method Description NetworkAclEntry[]NetworkAclEntrySet. getEgress()Get 出站规则。NetworkAclEntry[]NetworkAcl. getEgressEntries()Get 网络ACL出站规则。NetworkAclEntry[]NetworkAclEntrySet. getIngress()Get 入站规则。NetworkAclEntry[]NetworkAcl. getIngressEntries()Get 网络ACl入站规则。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type NetworkAclEntry Modifier and Type Method Description voidNetworkAclEntrySet. setEgress(NetworkAclEntry[] Egress)Set 出站规则。voidNetworkAcl. setEgressEntries(NetworkAclEntry[] EgressEntries)Set 网络ACL出站规则。voidNetworkAclEntrySet. setIngress(NetworkAclEntry[] Ingress)Set 入站规则。voidNetworkAcl. setIngressEntries(NetworkAclEntry[] IngressEntries)Set 网络ACl入站规则。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type NetworkAclEntry Constructor 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.
-