AI Platform Notebooks v1beta1 API - Enum Instance.Types.NicType (2.0.0-beta04)

public enum Instance.Types.NicType

Reference documentation and code samples for the AI Platform Notebooks v1beta1 API enum Instance.Types.NicType.

The type of vNIC driver.

Namespace

Google.Cloud.Notebooks.V1Beta1

Assembly

Google.Cloud.Notebooks.V1Beta1.dll

Fields

NameDescription
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.