Enum Instance.NicType (1.0.6)

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

The type of vNIC driver. Default should be UNSPECIFIED_NIC_TYPE.

Protobuf enum google.cloud.notebooks.v1.Instance.NicType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GVNIC

GVNIC

GVNIC = 2;

GVNIC_VALUE

GVNIC

GVNIC = 2;

UNRECOGNIZED
UNSPECIFIED_NIC_TYPE

No type specified.

UNSPECIFIED_NIC_TYPE = 0;

UNSPECIFIED_NIC_TYPE_VALUE

No type specified.

UNSPECIFIED_NIC_TYPE = 0;

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