type property

  1. @TagNumber(1)
String type

The ID of a supported feature. Read Enabling guest operating system features to see a list of available options.

Valid values:

  • FEATURE_TYPE_UNSPECIFIED
  • MULTI_IP_SUBNET
  • SECURE_BOOT
  • UEFI_COMPATIBLE
  • VIRTIO_SCSI_MULTIQUEUE
  • WINDOWS

Implementation

@$pb.TagNumber(1)
$core.String get type => $_getSZ(0);
  1. @TagNumber(1)
void type=(String v)

Implementation

@$pb.TagNumber(1)
set type($core.String v) { $_setString(0, v); }