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 \ InstanceMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNSPECIFIED_NIC_TYPE
Value: 0No type specified.
Generated from protobuf enum UNSPECIFIED_NIC_TYPE = 0;
VIRTIO_NET
Value: 1VIRTIO
Generated from protobuf enum VIRTIO_NET = 1;
GVNIC
Value: 2GVNIC
Generated from protobuf enum GVNIC = 2;