Package com.oracle.bmc.multicloud.model
Class OciVcn.Builder
- java.lang.Object
- 
- com.oracle.bmc.multicloud.model.OciVcn.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OciVcn.BuilderbackupCidrBlocks(List<String> backupCidrBlocks)Oracle Cloud Infrastructure backup cidr block.OciVcnbuild()OciVcn.BuildercidrBlocks(List<String> cidrBlocks)Oracle Cloud Infrastructure primary cidr block.OciVcn.Buildercopy(OciVcn model)OciVcn.BuilderdnsLabel(String dnsLabel)Oracle Cloud Infrastructure DNS label.OciVcn.BuildervcnId(String vcnId)Oracle Cloud Infrastructure VCN OCID.
 
- 
- 
- 
Method Detail- 
vcnIdpublic OciVcn.Builder vcnId(String vcnId) Oracle Cloud Infrastructure VCN OCID.CSP can not set this property. - Parameters:
- vcnId- the value to set
- Returns:
- this builder
 
 - 
cidrBlockspublic OciVcn.Builder cidrBlocks(List<String> cidrBlocks) Oracle Cloud Infrastructure primary cidr block.CSP can set this property It’s optional only if disconnect anchor is allowed IPv4 CIDR blocks for the VCN that meet the following criteria Type: [string (length: 1\u201332), …] The CIDR blocks must be valid. They must not overlap with each other or with the on-premises network CIDR block. - Parameters:
- cidrBlocks- the value to set
- Returns:
- this builder
 
 - 
backupCidrBlockspublic OciVcn.Builder backupCidrBlocks(List<String> backupCidrBlocks) Oracle Cloud Infrastructure backup cidr block.CSP can set this property It’s optional only if disconnect anchor is allowed. IPv4 CIDR blocks for the VCN that meet the following criteria Type: [string (length: 1\u201332), …] The CIDR blocks must be valid. They must not overlap with each other or with the on-premises network CIDR block. - Parameters:
- backupCidrBlocks- the value to set
- Returns:
- this builder
 
 - 
dnsLabelpublic OciVcn.Builder dnsLabel(String dnsLabel) Oracle Cloud Infrastructure DNS label.This is optional if DNS config is provided. - Parameters:
- dnsLabel- the value to set
- Returns:
- this builder
 
 - 
buildpublic OciVcn build() 
 - 
copypublic OciVcn.Builder copy(OciVcn model) 
 
- 
 
-