Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DrgRouteDistributionStatement

A single statement within a route distribution. All match criteria in a statement must be met for the action to take place.

Properties

action

action: Action

{@code ACCEPT} indicates the route should be imported or exported as-is.

id

id: string

The Oracle-assigned ID of the route distribution statement.

matchCriteria

matchCriteria: Array<DrgRouteDistributionMatchCriteria>

The action is applied only if all of the match criteria is met. If there are no match criteria in a statement, any input is considered a match and the action is applied.

priority

priority: number

This field specifies the priority of each statement in a route distribution. Priorities must be unique within a particular route distribution. The priority will be represented as a number between 0 and 65535 where a lower number indicates a higher priority. When a route is processed, statements are applied in the order defined by their priority. The first matching rule dictates the action that will be taken on the route. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj