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 for version 2.1.0."],["`RuntimeGuestOsFeature` allows configuration of guest operating system features for bootable images, as detailed in the \"Enabling guest operating system features\" guide."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered messaging."],["It has a property called `Type` which lets you set the feature ID of the guest OS, with options such as `MULTI_IP_SUBNET`, `SECURE_BOOT`, `UEFI_COMPATIBLE`, `VIRTIO_SCSI_MULTIQUEUE`, and `WINDOWS`."],["There are two constructors available for the class, a parameterless one, and one that takes another `LocalDisk.Types.RuntimeGuestOsFeature` instance as a parameter."]]],[]]