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.VirtualMachineConfig.NicType
Namespace
Google \ Cloud \ Notebooks \ V1 \ VirtualMachineConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;