Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DrgRouteTable

All routing inside the DRG is driven by the contents of DRG route tables. DRG route tables contain rules which route packets to a particular network destination, represented as a DRG attachment. The routing decision for a packet entering a DRG is determined by the rules in the DRG route table assigned to the attachment-of-entry.

Each DRG attachment can inject routes in any DRG route table, provided there is a statement corresponding to the attachment in the route table's {@code importDrgRouteDistribution}. You can also insert static routes into the DRG route tables.

The DRG route table is always in the same compartment as the DRG. There must always be a default DRG route table for each attachment type.

Properties

compartmentId

compartmentId: string

The OCID of the compartment the DRG is in. The DRG route table is always in the same compartment as the DRG.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}

Optional displayName

displayName: undefined | string

A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

drgId

drgId: string

The OCID of the DRG the DRG that contains this route table.

Optional freeformTags

freeformTags: undefined | object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {@code {\"Department\": \"Finance\"}}

id

id: string

The OCID of the DRG route table.

Optional importDrgRouteDistributionId

importDrgRouteDistributionId: undefined | string

The OCID of the import route distribution used to specify how incoming route advertisements from referenced attachments are inserted into the DRG route table.

isEcmpEnabled

isEcmpEnabled: boolean

If you want traffic to be routed using ECMP across your virtual circuits or IPSec tunnels to your on-premises network, enable ECMP on the DRG route table to which these attachments import routes.

lifecycleState

lifecycleState: LifecycleState

The DRG route table's current state.

timeCreated

timeCreated: Date

The date and time the DRG route table was created, in the format defined by RFC3339.

Example: {@code 2016-08-25T21:10:29.600Z}

Functions

getDeserializedJsonObj

getJsonObj