Class GoogleCloudMemcacheV1UpgradeInstanceRequest
Request for UpgradeInstance.
Implements
Inherited Members
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 |