operationalStatus property

String? operationalStatus
getter/setter pair

The operational status of the link. Possible string values are:

  • "LINK_OPERATIONAL_STATUS_DOWN" : The interface is unable to communicate with the remote end.
  • "LINK_OPERATIONAL_STATUS_UP" : The interface has low level communication with the remote end.

Implementation

core.String? operationalStatus;