Class NatConfigurationRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.NatConfigurationRequest.Builder
-
- Enclosing class:
- NatConfigurationRequest
public static class NatConfigurationRequest.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NatConfigurationRequestbuild()NatConfigurationRequest.Buildercopy(NatConfigurationRequest model)NatConfigurationRequest.BuildermustEnablePrivateNat(Boolean mustEnablePrivateNat)The value of this field must be set to true if the network firewall policy being applied contains NAT rules.
-
-
-
Method Detail
-
mustEnablePrivateNat
public NatConfigurationRequest.Builder mustEnablePrivateNat(Boolean mustEnablePrivateNat)
The value of this field must be set to true if the network firewall policy being applied contains NAT rules.The value of this field can be set to false if the network firewall policy being applied or the currently attached firewall policy doesn't contain NAT rules.
- Parameters:
mustEnablePrivateNat- the value to set- Returns:
- this builder
-
build
public NatConfigurationRequest build()
-
copy
public NatConfigurationRequest.Builder copy(NatConfigurationRequest model)
-
-