public enum Instance.Types.NicTypeReference documentation and code samples for the Vertex AI Notebooks v1beta1 API enum Instance.Types.NicType.
The type of vNIC driver.
Namespace
Google.Cloud.Notebooks.V1Beta1Assembly
Google.Cloud.Notebooks.V1Beta1.dll
Fields |
|
|---|---|
| Name | Description |
Gvnic |
GVNIC. Alternative to VIRTIO. https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux |
UnspecifiedNicType |
No type specified. Default should be UNSPECIFIED_NIC_TYPE. |
VirtioNet |
VIRTIO. Default in Notebooks DLVM. |