public sealed class UpgradeInstanceRequest : IMessage<UpgradeInstanceRequest>, IEquatable<UpgradeInstanceRequest>, IDeepCloneable<UpgradeInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1 API class UpgradeInstanceRequest.
Request for
[UpgradeInstance][google.cloud.redis.v1.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-03-21 UTC."],[[["The `UpgradeInstanceRequest` class is part of the Google Cloud Memorystore for Redis v1 API and is used to request an upgrade of a Redis instance."],["This class supports multiple versions, with the latest being 3.5.0, and it allows navigating through older versions back to 2.2.0 for documentation."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has properties like `InstanceName`, `Name`, and `RedisVersion`, where `Name` is a required field specifying the Redis instance resource name and `RedisVersion` specifies the target version."],["It has two constructors, one parameterless, and one taking another `UpgradeInstanceRequest` object as a parameter to clone from."]]],[]]