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