status property

String? status
getter/setter pair

Status of the BGP peer: {UP, DOWN} Possible string values are:

  • "DOWN"
  • "UNKNOWN"
  • "UP"

Implementation

core.String? status;