nicType property

String? nicType
getter/setter pair

The type of vNIC to be used on this interface.

This may be gVNIC or VirtioNet. Possible string values are:

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

Implementation

core.String? nicType;