Enum NetworkInterface.NicType (1.51.0)

public enum NetworkInterface.NicType extends Enum<NetworkInterface.NicType> implements ProtocolMessageEnum

The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.

Protobuf enum google.cloud.compute.v1.NetworkInterface.NicType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GVNIC

GVNIC

GVNIC = 68209305;

GVNIC_VALUE

GVNIC

GVNIC = 68209305;

UNDEFINED_NIC_TYPE

A value indicating that the enum field is not set.

UNDEFINED_NIC_TYPE = 0;

UNDEFINED_NIC_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_NIC_TYPE = 0;

UNRECOGNIZED
UNSPECIFIED_NIC_TYPE

No type specified.

UNSPECIFIED_NIC_TYPE = 67411801;

UNSPECIFIED_NIC_TYPE_VALUE

No type specified.

UNSPECIFIED_NIC_TYPE = 67411801;

VIRTIO_NET

VIRTIO

VIRTIO_NET = 452123481;

VIRTIO_NET_VALUE

VIRTIO

VIRTIO_NET = 452123481;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()