guestOsFeatures property

  1. @TagNumber(4)
List<LocalDisk_RuntimeGuestOsFeature> get guestOsFeatures

Output only. 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(4)
$core.List<LocalDisk_RuntimeGuestOsFeature> get guestOsFeatures => $_getList(3);