Uses of Class
com.oracle.bmc.networkfirewall.model.NatConfigurationResponse.Builder
-
Packages that use NatConfigurationResponse.Builder Package Description com.oracle.bmc.networkfirewall.model -
-
Uses of NatConfigurationResponse.Builder in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return NatConfigurationResponse.Builder Modifier and Type Method Description static NatConfigurationResponse.Builder
NatConfigurationResponse. builder()
Create a new builder.NatConfigurationResponse.Builder
NatConfigurationResponse.Builder. copy(NatConfigurationResponse model)
NatConfigurationResponse.Builder
NatConfigurationResponse.Builder. mustEnablePrivateNat(Boolean mustEnablePrivateNat)
To allocate private NAT IPs to the firewall.NatConfigurationResponse.Builder
NatConfigurationResponse.Builder. natIpAddressList(List<String> natIpAddressList)
An array of NAT IP addresses that are associated with the Network Firewall.NatConfigurationResponse.Builder
NatConfigurationResponse. toBuilder()
-