public static class NetworkConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public NetworkConfig.Builder isNatGatewayRequired(Boolean isNatGatewayRequired)
A boolean flag whether to configure a NAT gateway.
isNatGatewayRequired
- the value to setpublic NetworkConfig.Builder cidrBlock(String cidrBlock)
The CIDR IP address block of the VCN.
cidrBlock
- the value to setpublic NetworkConfig build()
public NetworkConfig.Builder copy(NetworkConfig model)
Copyright © 2016–2024. All rights reserved.