Uses of Class
com.oracle.bmc.networkfirewall.model.NatRuleCollection
-
Packages that use NatRuleCollection Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.responses -
-
Uses of NatRuleCollection in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return NatRuleCollection Modifier and Type Method Description NatRuleCollection
NatRuleCollection.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model with parameters of type NatRuleCollection Modifier and Type Method Description NatRuleCollection.Builder
NatRuleCollection.Builder. copy(NatRuleCollection model)
-
Uses of NatRuleCollection in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return NatRuleCollection Modifier and Type Method Description NatRuleCollection
ListNatRulesResponse. getNatRuleCollection()
The returned NatRuleCollection instance.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type NatRuleCollection Modifier and Type Method Description ListNatRulesResponse.Builder
ListNatRulesResponse.Builder. natRuleCollection(NatRuleCollection natRuleCollection)
The returned NatRuleCollection instance.
-