Google Cloud Memorystore for Redis v1 API - Class UpgradeInstanceRequest (3.6.0)

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].

Inheritance

object > UpgradeInstanceRequest

Namespace

Google.Cloud.Redis.V1

Assembly

Google.Cloud.Redis.V1.dll

Constructors

UpgradeInstanceRequest()

public UpgradeInstanceRequest()

UpgradeInstanceRequest(UpgradeInstanceRequest)

public UpgradeInstanceRequest(UpgradeInstanceRequest other)
Parameter
Name Description
other UpgradeInstanceRequest

Properties

InstanceName

public InstanceName InstanceName { get; set; }

InstanceName-typed view over the Name resource name property.

Property Value
Type Description
InstanceName

Name

public string Name { get; set; }

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.

Property Value
Type Description
string

RedisVersion

public string RedisVersion { get; set; }

Required. Specifies the target version of Redis software to upgrade to.

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.