Enum NetworkInterface.NicType (1.39.0)

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

The type of vNIC driver. Default should be NIC_TYPE_UNSPECIFIED.

Protobuf enum google.cloud.notebooks.v2.NetworkInterface.NicType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GVNIC

GVNIC

GVNIC = 2;

GVNIC_VALUE

GVNIC

GVNIC = 2;

NIC_TYPE_UNSPECIFIED

No type specified.

NIC_TYPE_UNSPECIFIED = 0;

NIC_TYPE_UNSPECIFIED_VALUE

No type specified.

NIC_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
VIRTIO_NET

VIRTIO

VIRTIO_NET = 1;

VIRTIO_NET_VALUE

VIRTIO

VIRTIO_NET = 1;

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()