nicType property

String? nicType
getter/setter pair

The type of vNIC to be used on this interface.

This may be gVNIC or VirtioNet.

Optional. Possible string values are:

  • "NIC_TYPE_UNSPECIFIED" : No type specified.
  • "VIRTIO_NET" : VIRTIO
  • "GVNIC" : GVNIC

Implementation

core.String? nicType;