Class DefaultDrgRouteTables.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.DefaultDrgRouteTables.Builder
 
- 
- Enclosing class:
- DefaultDrgRouteTables
 
 public static class DefaultDrgRouteTables.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultDrgRouteTablesbuild()DefaultDrgRouteTables.Buildercopy(DefaultDrgRouteTables model)DefaultDrgRouteTables.BuilderipsecTunnel(String ipsecTunnel)The OCID of the default DRG route table assigned to DRG attachments of type IPSEC_TUNNEL on creation.DefaultDrgRouteTables.BuilderremotePeeringConnection(String remotePeeringConnection)The OCID of the default DRG route table to be assigned to DRG attachments of type REMOTE_PEERING_CONNECTION on creation.DefaultDrgRouteTables.Buildervcn(String vcn)The OCID of the default DRG route table to be assigned to DRG attachments of type VCN on creation.DefaultDrgRouteTables.BuildervirtualCircuit(String virtualCircuit)The OCID of the default DRG route table to be assigned to DRG attachments of type VIRTUAL_CIRCUIT on creation.
 
- 
- 
- 
Method Detail- 
vcnpublic DefaultDrgRouteTables.Builder vcn(String vcn) The OCID of the default DRG route table to be assigned to DRG attachments of type VCN on creation.- Parameters:
- vcn- the value to set
- Returns:
- this builder
 
 - 
ipsecTunnelpublic DefaultDrgRouteTables.Builder ipsecTunnel(String ipsecTunnel) The OCID of the default DRG route table assigned to DRG attachments of type IPSEC_TUNNEL on creation.- Parameters:
- ipsecTunnel- the value to set
- Returns:
- this builder
 
 - 
virtualCircuitpublic DefaultDrgRouteTables.Builder virtualCircuit(String virtualCircuit) The OCID of the default DRG route table to be assigned to DRG attachments of type VIRTUAL_CIRCUIT on creation.- Parameters:
- virtualCircuit- the value to set
- Returns:
- this builder
 
 - 
remotePeeringConnectionpublic DefaultDrgRouteTables.Builder remotePeeringConnection(String remotePeeringConnection) The OCID of the default DRG route table to be assigned to DRG attachments of type REMOTE_PEERING_CONNECTION on creation.- Parameters:
- remotePeeringConnection- the value to set
- Returns:
- this builder
 
 - 
buildpublic DefaultDrgRouteTables build() 
 - 
copypublic DefaultDrgRouteTables.Builder copy(DefaultDrgRouteTables model) 
 
- 
 
-