public sealed class RuntimeGuestOsFeature : IMessage<LocalDisk.Types.RuntimeGuestOsFeature>, IEquatable<LocalDisk.Types.RuntimeGuestOsFeature>, IDeepCloneable<LocalDisk.Types.RuntimeGuestOsFeature>, IBufferMessage, IMessage
Optional. 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.
Guest OS features for boot disk.
[[["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-03-21 UTC."],[[["This document outlines the `RuntimeGuestOsFeature` class within the `Google.Cloud.Notebooks.V1` namespace, specifically for version 1.0.0-beta04 of the .NET library."],["The `RuntimeGuestOsFeature` class is designed to represent a feature that can be enabled on the guest operating system of a bootable image and has multiple implementations, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides two constructors: a default constructor `RuntimeGuestOsFeature()` and a copy constructor `RuntimeGuestOsFeature(LocalDisk.Types.RuntimeGuestOsFeature other)`."],["The class contains a single property, `Type`, which is a string representing the ID of a supported feature, with specific valid values like `MULTI_IP_SUBNET`, `SECURE_BOOT`, `UEFI_COMPATIBLE`, `VIRTIO_SCSI_MULTIQUEUE`, and `WINDOWS`."],["A list of valid feature types can be found in the documentation, under the section, \"Enabling guest operating system features\"."]]],[]]