Class UpgradeInstanceRequest
Request for UpgradeInstance.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class UpgradeInstanceRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RedisVersion
Required. Specifies the target version of Redis software to upgrade to.
Declaration
[JsonProperty("redisVersion")]
public virtual string RedisVersion { get; set; }
Property Value
Type | Description |
---|---|
string |