origin property

String? origin
getter/setter pair

BGP origin (EGP, IGP or INCOMPLETE)

Output only. Possible string values are:

  • "BGP_ORIGIN_EGP"
  • "BGP_ORIGIN_IGP"
  • "BGP_ORIGIN_INCOMPLETE"

Implementation

core.String? origin;