guestOsFeature property

List<GuestOsFeature>? guestOsFeature
getter/setter pair

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

This is applicable only for bootable images.

Optional.

Implementation

core.List<GuestOsFeature>? guestOsFeature;