Google Cloud Notebooks V1 Client - Class NicType (0.6.2)

Reference documentation and code samples for the Google Cloud Notebooks V1 Client class NicType.

The type of vNIC driver.

Default should be UNSPECIFIED_NIC_TYPE.

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

Namespace

Google \ Cloud \ Notebooks \ V1 \ Instance

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

UNSPECIFIED_NIC_TYPE

Value: 0

No type specified.

Generated from protobuf enum UNSPECIFIED_NIC_TYPE = 0;

VIRTIO_NET

Value: 1

VIRTIO

Generated from protobuf enum VIRTIO_NET = 1;

GVNIC

Value: 2

GVNIC

Generated from protobuf enum GVNIC = 2;