public sealed class UpgradeInstanceRequest : IMessage<UpgradeInstanceRequest>, IEquatable<UpgradeInstanceRequest>, IDeepCloneable<UpgradeInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class UpgradeInstanceRequest.
Request for [UpgradeInstance][google.cloud.redis.v1beta1.CloudRedis.UpgradeInstance].
Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a GCP region.
[[["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-05-02 UTC."],[[["The `UpgradeInstanceRequest` class is used to request an upgrade for a Google Cloud Memorystore for Redis instance via the v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["The class contains three properties: `InstanceName`, `Name`, and `RedisVersion`, where the `Name` property is used to specify the target Redis instance to be upgraded and `RedisVersion` specifies the target version of Redis software."],["The `UpgradeInstanceRequest` class has two constructors, a default constructor, and a copy constructor, which allow the user to create a new instance of this class or copy an already existing one, respectively."],["There are three versions available with the latest being `3.0.0-beta05` as well as version `3.0.0-beta04` and `2.0.0-beta09`, which are all previous versions."]]],[]]