public static enum InterconnectDiagnostics.BundleAggregationType extends Enum<InterconnectDiagnostics.BundleAggregationType> implements com.google.protobuf.ProtocolMessageEnum
The aggregation type of the bundle interface.Protobuf enum
google.cloud.compute.v1.InterconnectDiagnostics.BundleAggregationType| Enum Constant and 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 |
| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and 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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InterconnectDiagnostics.BundleAggregationType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
public static final InterconnectDiagnostics.BundleAggregationType UNDEFINED_BUNDLE_AGGREGATION_TYPE
A value indicating that the enum field is not set.
UNDEFINED_BUNDLE_AGGREGATION_TYPE = 0;public static final InterconnectDiagnostics.BundleAggregationType BUNDLE_AGGREGATION_TYPE_LACP
LACP is enabled.
BUNDLE_AGGREGATION_TYPE_LACP = 27758925;public static final InterconnectDiagnostics.BundleAggregationType BUNDLE_AGGREGATION_TYPE_STATIC
LACP is disabled.
BUNDLE_AGGREGATION_TYPE_STATIC = 50678873;public static final InterconnectDiagnostics.BundleAggregationType UNRECOGNIZED
public static final int UNDEFINED_BUNDLE_AGGREGATION_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_BUNDLE_AGGREGATION_TYPE = 0;public static final int BUNDLE_AGGREGATION_TYPE_LACP_VALUE
LACP is enabled.
BUNDLE_AGGREGATION_TYPE_LACP = 27758925;public static final int BUNDLE_AGGREGATION_TYPE_STATIC_VALUE
LACP is disabled.
BUNDLE_AGGREGATION_TYPE_STATIC = 50678873;public static InterconnectDiagnostics.BundleAggregationType[] values()
for (InterconnectDiagnostics.BundleAggregationType c : InterconnectDiagnostics.BundleAggregationType.values()) System.out.println(c);
public static InterconnectDiagnostics.BundleAggregationType 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 InterconnectDiagnostics.BundleAggregationType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InterconnectDiagnostics.BundleAggregationType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InterconnectDiagnostics.BundleAggregationType> 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 InterconnectDiagnostics.BundleAggregationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.