public sealed class UpgradeInstanceInternalRequest : IMessage<UpgradeInstanceInternalRequest>, IEquatable<UpgradeInstanceInternalRequest>, IDeepCloneable<UpgradeInstanceInternalRequest>, IBufferMessage, IMessage
Request for upgrading a notebook instance from within the VM
[[["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 page provides documentation for the `UpgradeInstanceInternalRequest` class, which is used to request an upgrade of a notebook instance from within the VM."],["The `UpgradeInstanceInternalRequest` class is part of the `Google.Cloud.Notebooks.V1` namespace within the Google.Cloud.Notebooks.V1.dll assembly and is currently at version 1.0.0-beta04."],["The latest version available for `UpgradeInstanceInternalRequest` is 2.5.0, and previous versions from 2.4.0 down to 1.0.0-beta04 are also available."],["The `UpgradeInstanceInternalRequest` class contains three key properties: `Name` (for the instance path), `Type` (for the optional upgrade type), and `VmId` (for VM authentication)."],["The class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, as well as includes inherited members from the object class."]]],[]]