public static enum InterconnectGroupsOperationalStatusInterconnectStatus.IsActive extends Enum<InterconnectGroupsOperationalStatusInterconnectStatus.IsActive> implements com.google.protobuf.ProtocolMessageEnum
Whether this interconnect is participating in the redundant configuration.Protobuf enum
google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus.IsActive| Enum Constant and Description |
|---|
ACTIVE
ACTIVE = 314733318; |
INACTIVE
INACTIVE = 270421099; |
IS_ACTIVE_UNSPECIFIED
IS_ACTIVE_UNSPECIFIED = 274948243; |
UNDEFINED_IS_ACTIVE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_VALUE
ACTIVE = 314733318; |
static int |
INACTIVE_VALUE
INACTIVE = 270421099; |
static int |
IS_ACTIVE_UNSPECIFIED_VALUE
IS_ACTIVE_UNSPECIFIED = 274948243; |
static int |
UNDEFINED_IS_ACTIVE_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static InterconnectGroupsOperationalStatusInterconnectStatus.IsActive |
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<InterconnectGroupsOperationalStatusInterconnectStatus.IsActive> |
internalGetValueMap() |
static InterconnectGroupsOperationalStatusInterconnectStatus.IsActive |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InterconnectGroupsOperationalStatusInterconnectStatus.IsActive |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InterconnectGroupsOperationalStatusInterconnectStatus.IsActive |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterconnectGroupsOperationalStatusInterconnectStatus.IsActive[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterconnectGroupsOperationalStatusInterconnectStatus.IsActive UNDEFINED_IS_ACTIVE
A value indicating that the enum field is not set.
UNDEFINED_IS_ACTIVE = 0;public static final InterconnectGroupsOperationalStatusInterconnectStatus.IsActive ACTIVE
ACTIVE = 314733318;public static final InterconnectGroupsOperationalStatusInterconnectStatus.IsActive INACTIVE
INACTIVE = 270421099;public static final InterconnectGroupsOperationalStatusInterconnectStatus.IsActive IS_ACTIVE_UNSPECIFIED
IS_ACTIVE_UNSPECIFIED = 274948243;public static final InterconnectGroupsOperationalStatusInterconnectStatus.IsActive UNRECOGNIZED
public static final int UNDEFINED_IS_ACTIVE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_IS_ACTIVE = 0;public static final int ACTIVE_VALUE
ACTIVE = 314733318;public static final int INACTIVE_VALUE
INACTIVE = 270421099;public static final int IS_ACTIVE_UNSPECIFIED_VALUE
IS_ACTIVE_UNSPECIFIED = 274948243;public static InterconnectGroupsOperationalStatusInterconnectStatus.IsActive[] values()
for (InterconnectGroupsOperationalStatusInterconnectStatus.IsActive c : InterconnectGroupsOperationalStatusInterconnectStatus.IsActive.values()) System.out.println(c);
public static InterconnectGroupsOperationalStatusInterconnectStatus.IsActive 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 InterconnectGroupsOperationalStatusInterconnectStatus.IsActive valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InterconnectGroupsOperationalStatusInterconnectStatus.IsActive forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InterconnectGroupsOperationalStatusInterconnectStatus.IsActive> 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 InterconnectGroupsOperationalStatusInterconnectStatus.IsActive valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.