bundleOperationalStatusDown constant

InterconnectDiagnostics_BundleOperationalStatus const bundleOperationalStatusDown

If bundleAggregationType is LACP: LACP is not established and/or all links in the bundle have DOWN operational status. If bundleAggregationType is STATIC: one or more links in the bundle has DOWN operational status.

Implementation

static const bundleOperationalStatusDown =
    InterconnectDiagnostics_BundleOperationalStatus(
      'BUNDLE_OPERATIONAL_STATUS_DOWN',
    );