public sealed class RuntimeGuestOsFeature : IMessage<LocalDisk.Types.RuntimeGuestOsFeature>, IEquatable<LocalDisk.Types.RuntimeGuestOsFeature>, IDeepCloneable<LocalDisk.Types.RuntimeGuestOsFeature>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class LocalDisk.Types.RuntimeGuestOsFeature.
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 documentation covers the `RuntimeGuestOsFeature` class within the Google Cloud Notebooks v1 API, specifically version 2.0.0."],["The `RuntimeGuestOsFeature` class allows enabling features on the guest operating system, applicable only for bootable images."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are part of the Google Protobuf library and .NET framework."],["The `Type` property within `RuntimeGuestOsFeature` is a string that represents the ID of a supported guest OS feature, such as `MULTI_IP_SUBNET`, `SECURE_BOOT`, `UEFI_COMPATIBLE`, `VIRTIO_SCSI_MULTIQUEUE`, or `WINDOWS`."],["There are multiple other versions of this documentation, from 1.0.0-beta04 up to 2.5.0, as well as several other versions in between."]]],[]]