Google Cloud Notebooks V1beta1 Client - Class NicType (0.4.1)

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

The type of vNIC driver.

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

Namespace

Google \ Cloud \ Notebooks \ V1beta1 \ Instance

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

UNSPECIFIED_NIC_TYPE

Value: 0

No type specified. Default should be UNSPECIFIED_NIC_TYPE.

Generated from protobuf enum UNSPECIFIED_NIC_TYPE = 0;

VIRTIO_NET

Value: 1

VIRTIO. Default in Notebooks DLVM.

Generated from protobuf enum VIRTIO_NET = 1;

GVNIC

Value: 2

GVNIC. Alternative to VIRTIO.

https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux

Generated from protobuf enum GVNIC = 2;