public sealed class BootImage : IMessage<VirtualMachineConfig.Types.BootImage>, IEquatable<VirtualMachineConfig.Types.BootImage>, IDeepCloneable<VirtualMachineConfig.Types.BootImage>, IBufferMessage, IMessage
Definition of the boot image used by the Runtime.
Used to facilitate runtime upgradeability.
[[["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."],[[["The `BootImage` class defines the boot image configuration for a Runtime environment, enabling runtime upgradeability."],["This class is found within the `Google.Cloud.Notebooks.V1` namespace and the `Google.Cloud.Notebooks.V1.dll` assembly."],["The `BootImage` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Available versions of the class range from `1.0.0-beta04` to `2.5.0`, with `2.5.0` being the latest."],["The class provides two constructors: a default `BootImage()` constructor, and a constructor that takes an existing `VirtualMachineConfig.Types.BootImage` object as a parameter `BootImage(VirtualMachineConfig.Types.BootImage other)`."]]],[]]