Class DefaultDrgRouteTables.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.DefaultDrgRouteTables.Builder
-
- Enclosing class:
- DefaultDrgRouteTables
public static class DefaultDrgRouteTables.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultDrgRouteTables
build()
DefaultDrgRouteTables.Builder
copy(DefaultDrgRouteTables model)
DefaultDrgRouteTables.Builder
ipsecTunnel(String ipsecTunnel)
The OCID of the default DRG route table assigned to DRG attachments of type IPSEC_TUNNEL on creation.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.DefaultDrgRouteTables.Builder
vcn(String vcn)
The OCID of the default DRG route table to be assigned to DRG attachments of type VCN on creation.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.
-
-
-
Method Detail
-
vcn
public 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
-
ipsecTunnel
public 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
-
virtualCircuit
public 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
-
remotePeeringConnection
public 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
-
build
public DefaultDrgRouteTables build()
-
copy
public DefaultDrgRouteTables.Builder copy(DefaultDrgRouteTables model)
-
-