nextHopOrigin property

String? nextHopOrigin
getter/setter pair

Indicates the origin of the route.

Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.

Output only. Possible string values are:

  • "EGP"
  • "IGP"
  • "INCOMPLETE"

Implementation

core.String? nextHopOrigin;