public static enum InterconnectGroupConfiguredTopologyCapability.SupportedSla extends Enum<InterconnectGroupConfiguredTopologyCapability.SupportedSla> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
google.cloud.compute.v1.InterconnectGroupConfiguredTopologyCapability.SupportedSla| Enum Constant and Description |
|---|
NO_SLA
NO_SLA = 161460618; |
PRODUCTION_CRITICAL
PRODUCTION_CRITICAL = 470416485; |
PRODUCTION_NON_CRITICAL
PRODUCTION_NON_CRITICAL = 117399223; |
UNDEFINED_SUPPORTED_SLA
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
UNSPECIFIED
UNSPECIFIED = 526786327; |
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_SLA_VALUE
NO_SLA = 161460618; |
static int |
PRODUCTION_CRITICAL_VALUE
PRODUCTION_CRITICAL = 470416485; |
static int |
PRODUCTION_NON_CRITICAL_VALUE
PRODUCTION_NON_CRITICAL = 117399223; |
static int |
UNDEFINED_SUPPORTED_SLA_VALUE
A value indicating that the enum field is not set.
|
static int |
UNSPECIFIED_VALUE
UNSPECIFIED = 526786327; |
| Modifier and Type | Method and Description |
|---|---|
static InterconnectGroupConfiguredTopologyCapability.SupportedSla |
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<InterconnectGroupConfiguredTopologyCapability.SupportedSla> |
internalGetValueMap() |
static InterconnectGroupConfiguredTopologyCapability.SupportedSla |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InterconnectGroupConfiguredTopologyCapability.SupportedSla |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InterconnectGroupConfiguredTopologyCapability.SupportedSla |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterconnectGroupConfiguredTopologyCapability.SupportedSla[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterconnectGroupConfiguredTopologyCapability.SupportedSla UNDEFINED_SUPPORTED_SLA
A value indicating that the enum field is not set.
UNDEFINED_SUPPORTED_SLA = 0;public static final InterconnectGroupConfiguredTopologyCapability.SupportedSla NO_SLA
NO_SLA = 161460618;public static final InterconnectGroupConfiguredTopologyCapability.SupportedSla PRODUCTION_CRITICAL
PRODUCTION_CRITICAL = 470416485;public static final InterconnectGroupConfiguredTopologyCapability.SupportedSla PRODUCTION_NON_CRITICAL
PRODUCTION_NON_CRITICAL = 117399223;public static final InterconnectGroupConfiguredTopologyCapability.SupportedSla UNSPECIFIED
UNSPECIFIED = 526786327;public static final InterconnectGroupConfiguredTopologyCapability.SupportedSla UNRECOGNIZED
public static final int UNDEFINED_SUPPORTED_SLA_VALUE
A value indicating that the enum field is not set.
UNDEFINED_SUPPORTED_SLA = 0;public static final int NO_SLA_VALUE
NO_SLA = 161460618;public static final int PRODUCTION_CRITICAL_VALUE
PRODUCTION_CRITICAL = 470416485;public static final int PRODUCTION_NON_CRITICAL_VALUE
PRODUCTION_NON_CRITICAL = 117399223;public static final int UNSPECIFIED_VALUE
UNSPECIFIED = 526786327;public static InterconnectGroupConfiguredTopologyCapability.SupportedSla[] values()
for (InterconnectGroupConfiguredTopologyCapability.SupportedSla c : InterconnectGroupConfiguredTopologyCapability.SupportedSla.values()) System.out.println(c);
public static InterconnectGroupConfiguredTopologyCapability.SupportedSla 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 InterconnectGroupConfiguredTopologyCapability.SupportedSla valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InterconnectGroupConfiguredTopologyCapability.SupportedSla forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InterconnectGroupConfiguredTopologyCapability.SupportedSla> 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 InterconnectGroupConfiguredTopologyCapability.SupportedSla valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.