public sealed class VirtualMachineConfig.Types.BootImage : IMessage<VirtualMachineConfig.Types.BootImage>, IEquatable<VirtualMachineConfig.Types.BootImage>, IDeepCloneable<VirtualMachineConfig.Types.BootImage>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class VirtualMachineConfig.Types.BootImage.
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."],[[["This documentation covers the `VirtualMachineConfig.Types.BootImage` class within the Google Cloud Notebooks v1 API, specifically for version 2.3.0."],["The `BootImage` class defines the boot image utilized by the Runtime, which is used to help upgrade it."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`BootImage` inherits from the base `object` class, and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has two constructors: a default constructor (`BootImage()`) and a copy constructor (`BootImage(BootImage other)`) that accepts another `BootImage` object as an argument."]]],[]]