Uses of Class
com.oracle.bmc.networkfirewall.model.CreateNatRuleDetails
-
Packages that use CreateNatRuleDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateNatRuleDetails in com.oracle.bmc.networkfirewall.model
Subclasses of CreateNatRuleDetails in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
CreateNatV4RuleDetails
Request for creating NATV4 type Nat Rule used in the firewall policy. -
Uses of CreateNatRuleDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateNatRuleDetails Modifier and Type Method Description CreateNatRuleDetails
CreateNatRuleRequest. getBody$()
Alternative accessor for the body parameter.CreateNatRuleDetails
CreateNatRuleRequest. getCreateNatRuleDetails()
Request Details to create NAT rule under a Network Firewall Policy Resource.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateNatRuleDetails Modifier and Type Method Description CreateNatRuleRequest.Builder
CreateNatRuleRequest.Builder. body$(CreateNatRuleDetails body)
Alternative setter for the body parameter.CreateNatRuleRequest.Builder
CreateNatRuleRequest.Builder. createNatRuleDetails(CreateNatRuleDetails createNatRuleDetails)
Request Details to create NAT rule under a Network Firewall Policy Resource.
-