guestOsFeatures property

List<GuestOsFeature>? guestOsFeatures
getter/setter pair

A list of features to enable on the guest operating system.

Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.

Implementation

core.List<GuestOsFeature>? guestOsFeatures;