Uses of Class
com.tencentcloudapi.vpc.v20170312.models.NetworkAclEntrySet
-
Packages that use NetworkAclEntrySet Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of NetworkAclEntrySet in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return NetworkAclEntrySet Modifier and Type Method Description NetworkAclEntrySetCreateNetworkAclEntriesRequest. getNetworkAclEntrySet()Get 网络三元组ACL规则集。NetworkAclEntrySetDeleteNetworkAclEntriesRequest. getNetworkAclEntrySet()Get 三元组网络ACL规则集。NetworkAclEntrySetModifyNetworkAclEntriesRequest. getNetworkAclEntrySet()Get 网络ACL规则集。NetworkAclEntrySet和NetworkAclQuintupleSet只能输入一个。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type NetworkAclEntrySet Modifier and Type Method Description voidCreateNetworkAclEntriesRequest. setNetworkAclEntrySet(NetworkAclEntrySet NetworkAclEntrySet)Set 网络三元组ACL规则集。voidDeleteNetworkAclEntriesRequest. setNetworkAclEntrySet(NetworkAclEntrySet NetworkAclEntrySet)Set 三元组网络ACL规则集。voidModifyNetworkAclEntriesRequest. setNetworkAclEntrySet(NetworkAclEntrySet NetworkAclEntrySet)Set 网络ACL规则集。NetworkAclEntrySet和NetworkAclQuintupleSet只能输入一个。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type NetworkAclEntrySet Constructor Description NetworkAclEntrySet(NetworkAclEntrySet 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.
-