Google Cloud Notebooks V2 Client - Class NicType (0.7.5)

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

The type of vNIC driver.

Default should be NIC_TYPE_UNSPECIFIED.

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

Namespace

Google \ Cloud \ Notebooks \ V2 \ NetworkInterface

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

NIC_TYPE_UNSPECIFIED

Value: 0

No type specified.

Generated from protobuf enum NIC_TYPE_UNSPECIFIED = 0;

VIRTIO_NET

Value: 1

VIRTIO

Generated from protobuf enum VIRTIO_NET = 1;

GVNIC

Value: 2

GVNIC

Generated from protobuf enum GVNIC = 2;