nicType property

  1. @TagNumber(33)
Instance_NicType nicType

Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.

Implementation

@$pb.TagNumber(33)
Instance_NicType get nicType => $_getN(24);
  1. @TagNumber(33)
void nicType=(Instance_NicType v)

Implementation

@$pb.TagNumber(33)
set nicType(Instance_NicType v) { setField(33, v); }