public static enum NetworkProfileNetworkFeatures.InterfaceTypes extends Enum<NetworkProfileNetworkFeatures.InterfaceTypes> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
google.cloud.compute.v1.NetworkProfileNetworkFeatures.InterfaceTypes| Enum Constant and Description |
|---|
GVNIC
GVNIC
GVNIC = 68209305; |
IDPF
IDPF
IDPF = 2242641; |
IRDMA
IRDMA
IRDMA = 69927695; |
MRDMA
MRDMA
MRDMA = 73621779; |
UNDEFINED_INTERFACE_TYPES
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
UNSPECIFIED_NIC_TYPE
No type specified.
|
VIRTIO_NET
VIRTIO
VIRTIO_NET = 452123481; |
| Modifier and Type | Field and Description |
|---|---|
static int |
GVNIC_VALUE
GVNIC
GVNIC = 68209305; |
static int |
IDPF_VALUE
IDPF
IDPF = 2242641; |
static int |
IRDMA_VALUE
IRDMA
IRDMA = 69927695; |
static int |
MRDMA_VALUE
MRDMA
MRDMA = 73621779; |
static int |
UNDEFINED_INTERFACE_TYPES_VALUE
A value indicating that the enum field is not set.
|
static int |
UNSPECIFIED_NIC_TYPE_VALUE
No type specified.
|
static int |
VIRTIO_NET_VALUE
VIRTIO
VIRTIO_NET = 452123481; |
| Modifier and Type | Method and Description |
|---|---|
static NetworkProfileNetworkFeatures.InterfaceTypes |
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.InterfaceTypes> |
internalGetValueMap() |
static NetworkProfileNetworkFeatures.InterfaceTypes |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NetworkProfileNetworkFeatures.InterfaceTypes |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NetworkProfileNetworkFeatures.InterfaceTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkProfileNetworkFeatures.InterfaceTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkProfileNetworkFeatures.InterfaceTypes UNDEFINED_INTERFACE_TYPES
A value indicating that the enum field is not set.
UNDEFINED_INTERFACE_TYPES = 0;public static final NetworkProfileNetworkFeatures.InterfaceTypes GVNIC
GVNIC
GVNIC = 68209305;public static final NetworkProfileNetworkFeatures.InterfaceTypes IDPF
IDPF
IDPF = 2242641;public static final NetworkProfileNetworkFeatures.InterfaceTypes IRDMA
IRDMA
IRDMA = 69927695;public static final NetworkProfileNetworkFeatures.InterfaceTypes MRDMA
MRDMA
MRDMA = 73621779;public static final NetworkProfileNetworkFeatures.InterfaceTypes UNSPECIFIED_NIC_TYPE
No type specified.
UNSPECIFIED_NIC_TYPE = 67411801;public static final NetworkProfileNetworkFeatures.InterfaceTypes VIRTIO_NET
VIRTIO
VIRTIO_NET = 452123481;public static final NetworkProfileNetworkFeatures.InterfaceTypes UNRECOGNIZED
public static final int UNDEFINED_INTERFACE_TYPES_VALUE
A value indicating that the enum field is not set.
UNDEFINED_INTERFACE_TYPES = 0;public static final int GVNIC_VALUE
GVNIC
GVNIC = 68209305;public static final int IDPF_VALUE
IDPF
IDPF = 2242641;public static final int IRDMA_VALUE
IRDMA
IRDMA = 69927695;public static final int MRDMA_VALUE
MRDMA
MRDMA = 73621779;public static final int UNSPECIFIED_NIC_TYPE_VALUE
No type specified.
UNSPECIFIED_NIC_TYPE = 67411801;public static final int VIRTIO_NET_VALUE
VIRTIO
VIRTIO_NET = 452123481;public static NetworkProfileNetworkFeatures.InterfaceTypes[] values()
for (NetworkProfileNetworkFeatures.InterfaceTypes c : NetworkProfileNetworkFeatures.InterfaceTypes.values()) System.out.println(c);
public static NetworkProfileNetworkFeatures.InterfaceTypes 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.InterfaceTypes valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NetworkProfileNetworkFeatures.InterfaceTypes forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NetworkProfileNetworkFeatures.InterfaceTypes> 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.InterfaceTypes valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.