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 document provides reference documentation for the `RuntimeGuestOsFeature` class within the Google Cloud Notebooks v1 API, specifically version 2.2.0."],["The `RuntimeGuestOsFeature` class, applicable to bootable images, allows users to specify a list of features to enable on the guest operating system of AI Platform Notebooks instances."],["It details the `Type` property which defines the ID of a supported guest OS feature, and provides valid values such as `MULTI_IP_SUBNET`, `SECURE_BOOT`, `WINDOWS`, among others."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["There are two constructors available, one default, and one that takes another `LocalDisk.Types.RuntimeGuestOsFeature` as an input."]]],[]]