Compute Engine v1 API - Enum InterconnectDiagnostics.Types.BundleOperationalStatus (2.16.0)

public enum InterconnectDiagnostics.Types.BundleOperationalStatus

Reference documentation and code samples for the Compute Engine v1 API enum InterconnectDiagnostics.Types.BundleOperationalStatus.

The operational status of the bundle interface.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
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.

UndefinedBundleOperationalStatus

A value indicating that the enum field is not set.

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.