Enum InterconnectDiagnostics.BundleAggregationType (1.52.0)

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

The aggregation type of the bundle interface.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
BUNDLE_AGGREGATION_TYPE_LACP

LACP is enabled.

BUNDLE_AGGREGATION_TYPE_LACP = 27758925;

BUNDLE_AGGREGATION_TYPE_LACP_VALUE

LACP is enabled.

BUNDLE_AGGREGATION_TYPE_LACP = 27758925;

BUNDLE_AGGREGATION_TYPE_STATIC

LACP is disabled.

BUNDLE_AGGREGATION_TYPE_STATIC = 50678873;

BUNDLE_AGGREGATION_TYPE_STATIC_VALUE

LACP is disabled.

BUNDLE_AGGREGATION_TYPE_STATIC = 50678873;

UNDEFINED_BUNDLE_AGGREGATION_TYPE

A value indicating that the enum field is not set.

UNDEFINED_BUNDLE_AGGREGATION_TYPE = 0;

UNDEFINED_BUNDLE_AGGREGATION_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_BUNDLE_AGGREGATION_TYPE = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()