Enum InterconnectDiagnostics.BundleOperationalStatus (1.37.0)

public enum InterconnectDiagnostics.BundleOperationalStatus extends Enum<InterconnectDiagnostics.BundleOperationalStatus> implements ProtocolMessageEnum

The operational status of the bundle interface.

Protobuf enum google.cloud.compute.v1.InterconnectDiagnostics.BundleOperationalStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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.

BUNDLE_OPERATIONAL_STATUS_DOWN = 453842693;

BUNDLE_OPERATIONAL_STATUS_DOWN_VALUE

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.

BUNDLE_OPERATIONAL_STATUS_DOWN = 453842693;

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.

BUNDLE_OPERATIONAL_STATUS_UP = 161366462;

BUNDLE_OPERATIONAL_STATUS_UP_VALUE

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.

BUNDLE_OPERATIONAL_STATUS_UP = 161366462;

UNDEFINED_BUNDLE_OPERATIONAL_STATUS

A value indicating that the enum field is not set.

UNDEFINED_BUNDLE_OPERATIONAL_STATUS = 0;

UNDEFINED_BUNDLE_OPERATIONAL_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_BUNDLE_OPERATIONAL_STATUS = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()