Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateDrgRouteRuleDetails

Details used to update a route rule in the DRG route table.

Properties

Optional destination

destination: undefined | string

The range of IP addresses used for matching when routing traffic.

Potential values: * IP address range in CIDR notation. Can be an IPv4 CIDR block or IPv6 prefix. For example: {@code 192.168.1.0/24} or {@code 2001:0db8:0123:45::/56}.

Optional destinationType

destinationType: DestinationType

Type of destination for the rule. Allowed values:

  • {@code CIDR_BLOCK}: If the rule's {@code destination} is an IP address range in CIDR notation.

id

id: string

The Oracle-assigned ID of each DRG route rule to update.

Optional nextHopDrgAttachmentId

nextHopDrgAttachmentId: undefined | string

The OCID of the next hop DRG attachment. The next hop DRG attachment is responsible for reaching the network destination.

Functions

getDeserializedJsonObj

getJsonObj