The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling guest operating system features.
Check the Type enum for the list of possible values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The latest version available for `GuestOsFeature` is 3.6.0, with various other versions ranging from 1.0.0 to 3.5.0, all accessible via their respective documentation links."],["`GuestOsFeature` is a class within the `Google.Cloud.Compute.V1` namespace, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class allows you to specify the \"type\" of guest operating system features, like \"VIRTIO_SCSI_MULTIQUEUE\", \"WINDOWS\" or others, allowing the user to enable these features for their OS."],["The class has two constructors: a default constructor `GuestOsFeature()` and a copy constructor `GuestOsFeature(GuestOsFeature other)` that takes another instance of `GuestOsFeature`."],["The class allows the user to see if the type field is set, by using `HasType`, a Boolean that returns true or false."]]],[]]