DefaultDrgRouteTables¶
-
class
oci.core.models.
DefaultDrgRouteTables
(**kwargs)¶ Bases:
object
The default DRG route table for this DRG. Each network type has a default DRG route table.
You can update a network type to use a different DRG route table, but each network type must have a default DRG route table. You cannot delete a default DRG route table.
Methods
__init__
(**kwargs)Initializes a new DefaultDrgRouteTables object with values from keyword arguments. Attributes
ipsec_tunnel
Gets the ipsec_tunnel of this DefaultDrgRouteTables. remote_peering_connection
Gets the remote_peering_connection of this DefaultDrgRouteTables. vcn
Gets the vcn of this DefaultDrgRouteTables. virtual_circuit
Gets the virtual_circuit of this DefaultDrgRouteTables. -
__init__
(**kwargs)¶ Initializes a new DefaultDrgRouteTables object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - vcn (str) – The value to assign to the vcn property of this DefaultDrgRouteTables.
- ipsec_tunnel (str) – The value to assign to the ipsec_tunnel property of this DefaultDrgRouteTables.
- virtual_circuit (str) – The value to assign to the virtual_circuit property of this DefaultDrgRouteTables.
- remote_peering_connection (str) – The value to assign to the remote_peering_connection property of this DefaultDrgRouteTables.
-
ipsec_tunnel
¶ Gets the ipsec_tunnel of this DefaultDrgRouteTables. The OCID of the default DRG route table assigned to DRG attachments of type IPSEC_TUNNEL on creation.
Returns: The ipsec_tunnel of this DefaultDrgRouteTables. Return type: str
-
remote_peering_connection
¶ Gets the remote_peering_connection of this DefaultDrgRouteTables. The OCID of the default DRG route table to be assigned to DRG attachments of type REMOTE_PEERING_CONNECTION on creation.
Returns: The remote_peering_connection of this DefaultDrgRouteTables. Return type: str
-