Enum InterconnectRemoteLocation.Lacp (1.51.0)

public enum InterconnectRemoteLocation.Lacp extends Enum<InterconnectRemoteLocation.Lacp> implements ProtocolMessageEnum

[Output Only] Link Aggregation Control Protocol (LACP) constraints, which can take one of the following values: LACP_SUPPORTED, LACP_UNSUPPORTED

Protobuf enum google.cloud.compute.v1.InterconnectRemoteLocation.Lacp

Implements

ProtocolMessageEnum

Static Fields

NameDescription
LACP_SUPPORTED

LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect.

LACP_SUPPORTED = 339576113;

LACP_SUPPORTED_VALUE

LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect.

LACP_SUPPORTED = 339576113;

LACP_UNSUPPORTED

LACP_UNSUPPORTED: LACP is not supported and is not be enabled on this port. GetDiagnostics shows bundleAggregationType as "static". GCP does not support LAGs without LACP, so requestedLinkCount must be 1.

LACP_UNSUPPORTED = 203930104;

LACP_UNSUPPORTED_VALUE

LACP_UNSUPPORTED: LACP is not supported and is not be enabled on this port. GetDiagnostics shows bundleAggregationType as "static". GCP does not support LAGs without LACP, so requestedLinkCount must be 1.

LACP_UNSUPPORTED = 203930104;

UNDEFINED_LACP

A value indicating that the enum field is not set.

UNDEFINED_LACP = 0;

UNDEFINED_LACP_VALUE

A value indicating that the enum field is not set.

UNDEFINED_LACP = 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()