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 classNatV4NatRuleA NAT rule defines which traffic NAT should be applied to 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 NatRuleCreateNatRuleResponse. getNatRule()The returned NatRule instance.NatRuleGetNatRuleResponse. getNatRule()The returned NatRule instance.NatRuleUpdateNatRuleResponse. getNatRule()The returned NatRule instance.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type NatRule Modifier and Type Method Description CreateNatRuleResponse.BuilderCreateNatRuleResponse.Builder. natRule(NatRule natRule)The returned NatRule instance.GetNatRuleResponse.BuilderGetNatRuleResponse.Builder. natRule(NatRule natRule)The returned NatRule instance.UpdateNatRuleResponse.BuilderUpdateNatRuleResponse.Builder. natRule(NatRule natRule)The returned NatRule instance.
-