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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkConfigbuild()NetworkConfig.BuildercidrBlock(String cidrBlock)The CIDR IP address block of the VCN.NetworkConfig.Buildercopy(NetworkConfig model)NetworkConfig.BuilderisNatGatewayRequired(Boolean isNatGatewayRequired)A boolean flag whether to configure a NAT gateway.
 
- 
- 
- 
Method Detail- 
isNatGatewayRequiredpublic NetworkConfig.Builder isNatGatewayRequired(Boolean isNatGatewayRequired) A boolean flag whether to configure a NAT gateway.- Parameters:
- isNatGatewayRequired- the value to set
- Returns:
- this builder
 
 - 
cidrBlockpublic NetworkConfig.Builder cidrBlock(String cidrBlock) The CIDR IP address block of the VCN.- Parameters:
- cidrBlock- the value to set
- Returns:
- this builder
 
 - 
buildpublic NetworkConfig build() 
 - 
copypublic NetworkConfig.Builder copy(NetworkConfig model) 
 
- 
 
-