nicType property

String? nicType
getter/setter pair

The NIC type of the network interface.

Optional. Possible string values are:

  • "NIC_TYPE_UNSPECIFIED" : No type specified.
  • "GVNIC" : GVNIC
  • "IRDMA" : IRDMA
  • "MRDMA" : MRDMA

Implementation

core.String? nicType;