Package com.oracle.bmc.bds.model
Class NetworkConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.bds.model.NetworkConfig.Builder
-
- Enclosing class:
- NetworkConfig
public static class NetworkConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkConfig
build()
NetworkConfig.Builder
cidrBlock(String cidrBlock)
The CIDR IP address block of the VCN.NetworkConfig.Builder
copy(NetworkConfig model)
NetworkConfig.Builder
isNatGatewayRequired(Boolean isNatGatewayRequired)
A boolean flag whether to configure a NAT gateway.
-
-
-
Method Detail
-
isNatGatewayRequired
public NetworkConfig.Builder isNatGatewayRequired(Boolean isNatGatewayRequired)
A boolean flag whether to configure a NAT gateway.- Parameters:
isNatGatewayRequired
- the value to set- Returns:
- this builder
-
cidrBlock
public NetworkConfig.Builder cidrBlock(String cidrBlock)
The CIDR IP address block of the VCN.- Parameters:
cidrBlock
- the value to set- Returns:
- this builder
-
build
public NetworkConfig build()
-
copy
public NetworkConfig.Builder copy(NetworkConfig model)
-
-