Uses of Class
com.oracle.bmc.networkfirewall.model.NatRule
-
Packages that use NatRule Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.responses -
-
Uses of NatRule in com.oracle.bmc.networkfirewall.model
Subclasses of NatRule in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
NatV4NatRule
A Nat Rule is used to define to which traffic NAT should be applied by the firewall. -
Uses of NatRule in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return NatRule Modifier and Type Method Description NatRule
CreateNatRuleResponse. getNatRule()
The returned NatRule instance.NatRule
GetNatRuleResponse. getNatRule()
The returned NatRule instance.NatRule
UpdateNatRuleResponse. getNatRule()
The returned NatRule instance.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type NatRule Modifier and Type Method Description CreateNatRuleResponse.Builder
CreateNatRuleResponse.Builder. natRule(NatRule natRule)
The returned NatRule instance.GetNatRuleResponse.Builder
GetNatRuleResponse.Builder. natRule(NatRule natRule)
The returned NatRule instance.UpdateNatRuleResponse.Builder
UpdateNatRuleResponse.Builder. natRule(NatRule natRule)
The returned NatRule instance.
-