Package com.google.cloud.compute.v1
Enum InterconnectDiagnostics.BundleAggregationType
- java.lang.Object
-
- java.lang.Enum<InterconnectDiagnostics.BundleAggregationType>
-
- com.google.cloud.compute.v1.InterconnectDiagnostics.BundleAggregationType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<InterconnectDiagnostics.BundleAggregationType>
- Enclosing class:
- InterconnectDiagnostics
public static enum InterconnectDiagnostics.BundleAggregationType extends Enum<InterconnectDiagnostics.BundleAggregationType> implements com.google.protobuf.ProtocolMessageEnum
The aggregation type of the bundle interface.
Protobuf enumgoogle.cloud.compute.v1.InterconnectDiagnostics.BundleAggregationType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BUNDLE_AGGREGATION_TYPE_LACP
LACP is enabled.BUNDLE_AGGREGATION_TYPE_STATIC
LACP is disabled.UNDEFINED_BUNDLE_AGGREGATION_TYPE
A value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
BUNDLE_AGGREGATION_TYPE_LACP_VALUE
LACP is enabled.static int
BUNDLE_AGGREGATION_TYPE_STATIC_VALUE
LACP is disabled.static int
UNDEFINED_BUNDLE_AGGREGATION_TYPE_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 InterconnectDiagnostics.BundleAggregationType
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<InterconnectDiagnostics.BundleAggregationType>
internalGetValueMap()
static InterconnectDiagnostics.BundleAggregationType
valueOf(int value)
Deprecated.static InterconnectDiagnostics.BundleAggregationType
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static InterconnectDiagnostics.BundleAggregationType
valueOf(String name)
Returns the enum constant of this type with the specified name.static InterconnectDiagnostics.BundleAggregationType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_BUNDLE_AGGREGATION_TYPE
public static final InterconnectDiagnostics.BundleAggregationType UNDEFINED_BUNDLE_AGGREGATION_TYPE
A value indicating that the enum field is not set.
UNDEFINED_BUNDLE_AGGREGATION_TYPE = 0;
-
BUNDLE_AGGREGATION_TYPE_LACP
public static final InterconnectDiagnostics.BundleAggregationType BUNDLE_AGGREGATION_TYPE_LACP
LACP is enabled.
BUNDLE_AGGREGATION_TYPE_LACP = 27758925;
-
BUNDLE_AGGREGATION_TYPE_STATIC
public static final InterconnectDiagnostics.BundleAggregationType BUNDLE_AGGREGATION_TYPE_STATIC
LACP is disabled.
BUNDLE_AGGREGATION_TYPE_STATIC = 50678873;
-
UNRECOGNIZED
public static final InterconnectDiagnostics.BundleAggregationType UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_BUNDLE_AGGREGATION_TYPE_VALUE
public static final int UNDEFINED_BUNDLE_AGGREGATION_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_BUNDLE_AGGREGATION_TYPE = 0;
- See Also:
- Constant Field Values
-
BUNDLE_AGGREGATION_TYPE_LACP_VALUE
public static final int BUNDLE_AGGREGATION_TYPE_LACP_VALUE
LACP is enabled.
BUNDLE_AGGREGATION_TYPE_LACP = 27758925;
- See Also:
- Constant Field Values
-
BUNDLE_AGGREGATION_TYPE_STATIC_VALUE
public static final int BUNDLE_AGGREGATION_TYPE_STATIC_VALUE
LACP is disabled.
BUNDLE_AGGREGATION_TYPE_STATIC = 50678873;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static InterconnectDiagnostics.BundleAggregationType[] 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 (InterconnectDiagnostics.BundleAggregationType c : InterconnectDiagnostics.BundleAggregationType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InterconnectDiagnostics.BundleAggregationType 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 InterconnectDiagnostics.BundleAggregationType 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 InterconnectDiagnostics.BundleAggregationType 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<InterconnectDiagnostics.BundleAggregationType> 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 InterconnectDiagnostics.BundleAggregationType 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
-
-