guestOsFeatures property

  1. @TagNumber(5)
List<Instance_Disk_GuestOsFeature> guestOsFeatures

Indicates a list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.

Implementation

@$pb.TagNumber(5)
$core.List<Instance_Disk_GuestOsFeature> get guestOsFeatures => $_getList(4);