Module: Google::Cloud::Compute::V1::InterconnectDiagnostics::BundleOperationalStatus

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

The operational status of the bundle interface.

Constant Summary collapse

UNDEFINED_BUNDLE_OPERATIONAL_STATUS =

A value indicating that the enum field is not set.

0
BUNDLE_OPERATIONAL_STATUS_DOWN =

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.

453_842_693
BUNDLE_OPERATIONAL_STATUS_UP =

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.

161_366_462