public static class DefaultDrgRouteTables.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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.
vcn
- the value to setpublic DefaultDrgRouteTables.Builder ipsecTunnel(String ipsecTunnel)
The OCID of the default DRG route table assigned to DRG attachments of type IPSEC_TUNNEL on creation.
ipsecTunnel
- the value to setpublic 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.
virtualCircuit
- the value to setpublic 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.
remotePeeringConnection
- the value to setpublic DefaultDrgRouteTables build()
public DefaultDrgRouteTables.Builder copy(DefaultDrgRouteTables model)
Copyright © 2016–2024. All rights reserved.