Module: Google::Cloud::Notebooks::V1::VirtualMachineConfig::NicType
- Defined in:
- proto_docs/google/cloud/notebooks/v1/runtime.rb
Overview
The type of vNIC driver. Default should be UNSPECIFIED_NIC_TYPE.
Constant Summary collapse
- UNSPECIFIED_NIC_TYPE =
No type specified.
0- VIRTIO_NET =
VIRTIO
1- GVNIC =
GVNIC
2