Show / Hide Table of Contents

Class GoogleCloudMemcacheV1UpgradeInstanceRequest

Request for UpgradeInstance.

Inheritance
object
GoogleCloudMemcacheV1UpgradeInstanceRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1.Data
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1.dll
Syntax
public class GoogleCloudMemcacheV1UpgradeInstanceRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MemcacheVersion

Required. Specifies the target version of memcached engine to upgrade to.

Declaration
[JsonProperty("memcacheVersion")]
public virtual string MemcacheVersion { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX