Package com.google.cloud.compute.v1
Enum InterconnectRemoteLocation.Lacp
- java.lang.Object
-
- java.lang.Enum<InterconnectRemoteLocation.Lacp>
-
- com.google.cloud.compute.v1.InterconnectRemoteLocation.Lacp
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<InterconnectRemoteLocation.Lacp>
- Enclosing class:
- InterconnectRemoteLocation
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_UNSUPPORTED
Protobuf enumgoogle.cloud.compute.v1.InterconnectRemoteLocation.Lacp
-
-
Enum Constant Summary
Enum Constants Enum Constant 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
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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(int value)
Deprecated.static InterconnectRemoteLocation.Lacp
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.
-
-
-
Enum Constant Detail
-
UNDEFINED_LACP
public static final InterconnectRemoteLocation.Lacp UNDEFINED_LACP
A value indicating that the enum field is not set.
UNDEFINED_LACP = 0;
-
LACP_SUPPORTED
public static final InterconnectRemoteLocation.Lacp LACP_SUPPORTED
LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect.
LACP_SUPPORTED = 339576113;
-
LACP_UNSUPPORTED
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;
-
UNRECOGNIZED
public static final InterconnectRemoteLocation.Lacp UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_LACP_VALUE
public static final int UNDEFINED_LACP_VALUE
A value indicating that the enum field is not set.
UNDEFINED_LACP = 0;
- See Also:
- Constant Field Values
-
LACP_SUPPORTED_VALUE
public static final int LACP_SUPPORTED_VALUE
LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect.
LACP_SUPPORTED = 339576113;
- See Also:
- Constant Field Values
-
LACP_UNSUPPORTED_VALUE
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;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static InterconnectRemoteLocation.Lacp[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (InterconnectRemoteLocation.Lacp c : InterconnectRemoteLocation.Lacp.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InterconnectRemoteLocation.Lacp valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static InterconnectRemoteLocation.Lacp valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static InterconnectRemoteLocation.Lacp forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<InterconnectRemoteLocation.Lacp> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static InterconnectRemoteLocation.Lacp valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-