nicType property
The type of vNIC to be used on this interface.
This may be gVNIC or VirtioNet.
Optional. Possible string values are:
- "UNSPECIFIED_NIC_TYPE" : No type specified.
- "VIRTIO_NET" : VIRTIO
- "GVNIC" : GVNIC
Implementation
core.String? nicType;