public enum Instance.NicType extends Enum<Instance.NicType> implements ProtocolMessageEnumThe type of vNIC driver.
Protobuf enum google.cloud.notebooks.v1beta1.Instance.NicType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| GVNIC | GVNIC. Alternative to VIRTIO. https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux |
| GVNIC_VALUE | GVNIC. Alternative to VIRTIO. https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux |
| UNRECOGNIZED | |
| UNSPECIFIED_NIC_TYPE | No type specified. Default should be UNSPECIFIED_NIC_TYPE. |
| UNSPECIFIED_NIC_TYPE_VALUE | No type specified. Default should be UNSPECIFIED_NIC_TYPE. |
| VIRTIO_NET | VIRTIO. Default in Notebooks DLVM. |
| VIRTIO_NET_VALUE | VIRTIO. Default in Notebooks DLVM. |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |