Uses of Class
com.oracle.bmc.networkfirewall.model.NatRuleSummary
-
Packages that use NatRuleSummary Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.model -
-
Uses of NatRuleSummary in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type NatRuleSummary Modifier and Type Method Description Iterable<NatRuleSummary>
NetworkFirewallPaginators. listNatRulesRecordIterator(ListNatRulesRequest request)
Creates a new iterable which will iterate over theNatRuleSummary
objects contained in responses from the listNatRules operation. -
Uses of NatRuleSummary in com.oracle.bmc.networkfirewall.model
Subclasses of NatRuleSummary in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
NatV4NatSummary
Request for updating NATV4 type Nat Rule used in the firewall policy.Methods in com.oracle.bmc.networkfirewall.model that return types with arguments of type NatRuleSummary Modifier and Type Method Description List<NatRuleSummary>
NatRuleCollection. getItems()
Collection of Nat Rule Summaries.Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type NatRuleSummary Modifier and Type Method Description NatRuleCollection.Builder
NatRuleCollection.Builder. items(List<NatRuleSummary> items)
Collection of Nat Rule Summaries.Constructor parameters in com.oracle.bmc.networkfirewall.model with type arguments of type NatRuleSummary Constructor Description NatRuleCollection(List<NatRuleSummary> items)
Deprecated.
-