Uses of Class
com.oracle.bmc.networkfirewall.model.UpdateNatRuleDetails
-
Packages that use UpdateNatRuleDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of UpdateNatRuleDetails in com.oracle.bmc.networkfirewall.model
Subclasses of UpdateNatRuleDetails in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
UpdateNatV4RuleDetails
Request for updating NATV4 type Nat Rule used in the firewall policy. -
Uses of UpdateNatRuleDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateNatRuleDetails Modifier and Type Method Description UpdateNatRuleDetails
UpdateNatRuleRequest. getBody$()
Alternative accessor for the body parameter.UpdateNatRuleDetails
UpdateNatRuleRequest. getUpdateNatRuleDetails()
The information to be updated.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateNatRuleDetails Modifier and Type Method Description UpdateNatRuleRequest.Builder
UpdateNatRuleRequest.Builder. body$(UpdateNatRuleDetails body)
Alternative setter for the body parameter.UpdateNatRuleRequest.Builder
UpdateNatRuleRequest.Builder. updateNatRuleDetails(UpdateNatRuleDetails updateNatRuleDetails)
The information to be updated.
-