bundleOperationalStatusUp constant

InterconnectDiagnostics_BundleOperationalStatus const bundleOperationalStatusUp

If bundleAggregationType is LACP: LACP is established and at least one link in the bundle has UP operational status. If bundleAggregationType is STATIC: all links in the bundle (typically just one) have UP operational status.

Implementation

static const bundleOperationalStatusUp =
    InterconnectDiagnostics_BundleOperationalStatus(
      'BUNDLE_OPERATIONAL_STATUS_UP',
    );