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