public static enum InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType extends Enum<InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
google.cloud.compute.v1.InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType| Enum Constant and Description |
|---|
BLOCKER_TYPE_UNSPECIFIED
BLOCKER_TYPE_UNSPECIFIED = 429793623; |
INCOMPATIBLE_METROS
INCOMPATIBLE_METROS = 290410432; |
INCOMPATIBLE_REGIONS
INCOMPATIBLE_REGIONS = 6195033; |
MISSING_GLOBAL_ROUTING
MISSING_GLOBAL_ROUTING = 165913635; |
NO_ATTACHMENTS
NO_ATTACHMENTS = 456535570; |
NO_ATTACHMENTS_IN_METRO_AND_ZONE
NO_ATTACHMENTS_IN_METRO_AND_ZONE = 51684135; |
OTHER
OTHER = 75532016; |
UNDEFINED_BLOCKER_TYPE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCKER_TYPE_UNSPECIFIED_VALUE
BLOCKER_TYPE_UNSPECIFIED = 429793623; |
static int |
INCOMPATIBLE_METROS_VALUE
INCOMPATIBLE_METROS = 290410432; |
static int |
INCOMPATIBLE_REGIONS_VALUE
INCOMPATIBLE_REGIONS = 6195033; |
static int |
MISSING_GLOBAL_ROUTING_VALUE
MISSING_GLOBAL_ROUTING = 165913635; |
static int |
NO_ATTACHMENTS_IN_METRO_AND_ZONE_VALUE
NO_ATTACHMENTS_IN_METRO_AND_ZONE = 51684135; |
static int |
NO_ATTACHMENTS_VALUE
NO_ATTACHMENTS = 456535570; |
static int |
OTHER_VALUE
OTHER = 75532016; |
static int |
UNDEFINED_BLOCKER_TYPE_VALUE
A value indicating that the enum field is not set.
|
public static final InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType UNDEFINED_BLOCKER_TYPE
A value indicating that the enum field is not set.
UNDEFINED_BLOCKER_TYPE = 0;public static final InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType BLOCKER_TYPE_UNSPECIFIED
BLOCKER_TYPE_UNSPECIFIED = 429793623;public static final InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType INCOMPATIBLE_METROS
INCOMPATIBLE_METROS = 290410432;public static final InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType INCOMPATIBLE_REGIONS
INCOMPATIBLE_REGIONS = 6195033;public static final InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType MISSING_GLOBAL_ROUTING
MISSING_GLOBAL_ROUTING = 165913635;public static final InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType NO_ATTACHMENTS
NO_ATTACHMENTS = 456535570;public static final InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType NO_ATTACHMENTS_IN_METRO_AND_ZONE
NO_ATTACHMENTS_IN_METRO_AND_ZONE = 51684135;public static final InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType OTHER
OTHER = 75532016;public static final InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType UNRECOGNIZED
public static final int UNDEFINED_BLOCKER_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_BLOCKER_TYPE = 0;public static final int BLOCKER_TYPE_UNSPECIFIED_VALUE
BLOCKER_TYPE_UNSPECIFIED = 429793623;public static final int INCOMPATIBLE_METROS_VALUE
INCOMPATIBLE_METROS = 290410432;public static final int INCOMPATIBLE_REGIONS_VALUE
INCOMPATIBLE_REGIONS = 6195033;public static final int MISSING_GLOBAL_ROUTING_VALUE
MISSING_GLOBAL_ROUTING = 165913635;public static final int NO_ATTACHMENTS_VALUE
NO_ATTACHMENTS = 456535570;public static final int NO_ATTACHMENTS_IN_METRO_AND_ZONE_VALUE
NO_ATTACHMENTS_IN_METRO_AND_ZONE = 51684135;public static final int OTHER_VALUE
OTHER = 75532016;public static InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType[] values()
for (InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType c : InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType.values()) System.out.println(c);
public static InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType 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 InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType> 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 InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers.BlockerType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.