Uses of Class
com.ibm.cloud.is.vpc.v1.model.NetworkACLRuleItem
-
Packages that use NetworkACLRuleItem Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of NetworkACLRuleItem in com.ibm.cloud.is.vpc.v1.model
Subclasses of NetworkACLRuleItem in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
NetworkACLRuleItemNetworkACLRuleProtocolAll
A rule for ICMP, TCP and UDP traffic.class
NetworkACLRuleItemNetworkACLRuleProtocolICMP
A rule for ICMP traffic.class
NetworkACLRuleItemNetworkACLRuleProtocolTCPUDP
NetworkACLRuleItemNetworkACLRuleProtocolTCPUDP.Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type NetworkACLRuleItem Modifier and Type Method Description List<NetworkACLRuleItem>
NetworkAclRulesPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<NetworkACLRuleItem>
NetworkAclRulesPager. getNext()
Returns the next page of results.List<NetworkACLRuleItem>
DefaultNetworkACL. getRules()
Gets the rules.List<NetworkACLRuleItem>
NetworkACL. getRules()
Gets the rules.List<NetworkACLRuleItem>
NetworkACLRuleCollection. getRules()
Gets the rules.
-