public static enum InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive extends Enum<InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive> implements com.google.protobuf.ProtocolMessageEnum
Whether this Attachment is participating in the redundant configuration. This will be ACTIVE if and only if the status below is CONNECTION_UP. Any INACTIVE Attachments are excluded from the analysis that generates operational.availabilitySLA.Protobuf enum
google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive| Enum Constant and Description |
|---|
ACTIVE
ACTIVE = 314733318; |
INACTIVE
INACTIVE = 270421099; |
UNDEFINED_IS_ACTIVE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
UNSPECIFIED
UNSPECIFIED = 526786327; |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_VALUE
ACTIVE = 314733318; |
static int |
INACTIVE_VALUE
INACTIVE = 270421099; |
static int |
UNDEFINED_IS_ACTIVE_VALUE
A value indicating that the enum field is not set.
|
static int |
UNSPECIFIED_VALUE
UNSPECIFIED = 526786327; |
public static final InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive UNDEFINED_IS_ACTIVE
A value indicating that the enum field is not set.
UNDEFINED_IS_ACTIVE = 0;public static final InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive ACTIVE
ACTIVE = 314733318;public static final InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive INACTIVE
INACTIVE = 270421099;public static final InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive UNSPECIFIED
UNSPECIFIED = 526786327;public static final InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.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 UNSPECIFIED_VALUE
UNSPECIFIED = 526786327;public static InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive[] values()
for (InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive c : InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive.values()) System.out.println(c);
public static InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.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 InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.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 InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.