public sealed class UpgradeInstanceInternalRequest : IMessage<UpgradeInstanceInternalRequest>, IEquatable<UpgradeInstanceInternalRequest>, IDeepCloneable<UpgradeInstanceInternalRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class UpgradeInstanceInternalRequest.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `UpgradeInstanceInternalRequest` class is part of the AI Platform Notebooks v1 API and is used to request the upgrade of a notebook instance from within the VM."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and message handling."],["The `UpgradeInstanceInternalRequest` class has properties like `Name`, `Type`, and `VmId`, which are used to specify the instance to be upgraded, the type of upgrade, and the VM hardware token, respectively."],["The latest version of this class is 2.5.0, with previous versions available from 2.4.0 down to 1.0.0-beta04, offering a history of its development."],["The class inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`, and is located within the `Google.Cloud.Notebooks.V1` namespace, inside the `Google.Cloud.Notebooks.V1.dll` assembly."]]],[]]