public static enum NetworkProfileNetworkFeatures.AllowDefaultNicAttachment extends Enum<NetworkProfileNetworkFeatures.AllowDefaultNicAttachment> implements com.google.protobuf.ProtocolMessageEnum
Specifies whether default NIC attachment is allowed.Protobuf enum
google.cloud.compute.v1.NetworkProfileNetworkFeatures.AllowDefaultNicAttachment| Enum Constant and Description |
|---|
DEFAULT_NIC_ATTACHMENT_ALLOWED
DEFAULT_NIC_ATTACHMENT_ALLOWED = 11570689; |
DEFAULT_NIC_ATTACHMENT_BLOCKED
DEFAULT_NIC_ATTACHMENT_BLOCKED = 364604997; |
UNDEFINED_ALLOW_DEFAULT_NIC_ATTACHMENT
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_NIC_ATTACHMENT_ALLOWED_VALUE
DEFAULT_NIC_ATTACHMENT_ALLOWED = 11570689; |
static int |
DEFAULT_NIC_ATTACHMENT_BLOCKED_VALUE
DEFAULT_NIC_ATTACHMENT_BLOCKED = 364604997; |
static int |
UNDEFINED_ALLOW_DEFAULT_NIC_ATTACHMENT_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkProfileNetworkFeatures.AllowDefaultNicAttachment |
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<NetworkProfileNetworkFeatures.AllowDefaultNicAttachment> |
internalGetValueMap() |
static NetworkProfileNetworkFeatures.AllowDefaultNicAttachment |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NetworkProfileNetworkFeatures.AllowDefaultNicAttachment |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NetworkProfileNetworkFeatures.AllowDefaultNicAttachment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkProfileNetworkFeatures.AllowDefaultNicAttachment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkProfileNetworkFeatures.AllowDefaultNicAttachment UNDEFINED_ALLOW_DEFAULT_NIC_ATTACHMENT
A value indicating that the enum field is not set.
UNDEFINED_ALLOW_DEFAULT_NIC_ATTACHMENT = 0;public static final NetworkProfileNetworkFeatures.AllowDefaultNicAttachment DEFAULT_NIC_ATTACHMENT_ALLOWED
DEFAULT_NIC_ATTACHMENT_ALLOWED = 11570689;public static final NetworkProfileNetworkFeatures.AllowDefaultNicAttachment DEFAULT_NIC_ATTACHMENT_BLOCKED
DEFAULT_NIC_ATTACHMENT_BLOCKED = 364604997;public static final NetworkProfileNetworkFeatures.AllowDefaultNicAttachment UNRECOGNIZED
public static final int UNDEFINED_ALLOW_DEFAULT_NIC_ATTACHMENT_VALUE
A value indicating that the enum field is not set.
UNDEFINED_ALLOW_DEFAULT_NIC_ATTACHMENT = 0;public static final int DEFAULT_NIC_ATTACHMENT_ALLOWED_VALUE
DEFAULT_NIC_ATTACHMENT_ALLOWED = 11570689;public static final int DEFAULT_NIC_ATTACHMENT_BLOCKED_VALUE
DEFAULT_NIC_ATTACHMENT_BLOCKED = 364604997;public static NetworkProfileNetworkFeatures.AllowDefaultNicAttachment[] values()
for (NetworkProfileNetworkFeatures.AllowDefaultNicAttachment c : NetworkProfileNetworkFeatures.AllowDefaultNicAttachment.values()) System.out.println(c);
public static NetworkProfileNetworkFeatures.AllowDefaultNicAttachment 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 NetworkProfileNetworkFeatures.AllowDefaultNicAttachment valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NetworkProfileNetworkFeatures.AllowDefaultNicAttachment forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NetworkProfileNetworkFeatures.AllowDefaultNicAttachment> 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 NetworkProfileNetworkFeatures.AllowDefaultNicAttachment valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.