public static enum InterconnectRemoteLocation.Lacp extends Enum<InterconnectRemoteLocation.Lacp> implements com.google.protobuf.ProtocolMessageEnum
[Output Only] Link Aggregation Control Protocol (LACP) constraints, which can take one of the following values: LACP_SUPPORTED, LACP_UNSUPPORTEDProtobuf enum
google.cloud.compute.v1.InterconnectRemoteLocation.Lacp| Enum Constant and Description |
|---|
LACP_SUPPORTED
LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect.
|
LACP_UNSUPPORTED
LACP_UNSUPPORTED: LACP is not supported and is not be enabled on this port.
|
UNDEFINED_LACP
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
LACP_SUPPORTED_VALUE
LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect.
|
static int |
LACP_UNSUPPORTED_VALUE
LACP_UNSUPPORTED: LACP is not supported and is not be enabled on this port.
|
static int |
UNDEFINED_LACP_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static InterconnectRemoteLocation.Lacp |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<InterconnectRemoteLocation.Lacp> |
internalGetValueMap() |
static InterconnectRemoteLocation.Lacp |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InterconnectRemoteLocation.Lacp |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InterconnectRemoteLocation.Lacp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterconnectRemoteLocation.Lacp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterconnectRemoteLocation.Lacp UNDEFINED_LACP
A value indicating that the enum field is not set.
UNDEFINED_LACP = 0;public static final InterconnectRemoteLocation.Lacp LACP_SUPPORTED
LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect.
LACP_SUPPORTED = 339576113;public static final InterconnectRemoteLocation.Lacp 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;public static final InterconnectRemoteLocation.Lacp UNRECOGNIZED
public static final int UNDEFINED_LACP_VALUE
A value indicating that the enum field is not set.
UNDEFINED_LACP = 0;public static final int LACP_SUPPORTED_VALUE
LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect.
LACP_SUPPORTED = 339576113;public static final int 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;public static InterconnectRemoteLocation.Lacp[] values()
for (InterconnectRemoteLocation.Lacp c : InterconnectRemoteLocation.Lacp.values()) System.out.println(c);
public static InterconnectRemoteLocation.Lacp valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static InterconnectRemoteLocation.Lacp valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InterconnectRemoteLocation.Lacp forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InterconnectRemoteLocation.Lacp> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static InterconnectRemoteLocation.Lacp valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.