Cloud Memorystore for Memcached v1 API - Class MemcacheParameters (2.4.0)

public sealed class MemcacheParameters : IMessage<MemcacheParameters>, IEquatable<MemcacheParameters>, IDeepCloneable<MemcacheParameters>, IBufferMessage, IMessage

Inheritance

object > MemcacheParameters

Namespace

Google.Cloud.Memcache.V1

Assembly

Google.Cloud.Memcache.V1.dll

Constructors

MemcacheParameters()

public MemcacheParameters()

MemcacheParameters(MemcacheParameters)

public MemcacheParameters(MemcacheParameters other)
Parameter
NameDescription
otherMemcacheParameters

Properties

Id

public string Id { get; set; }

Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes.

Property Value
TypeDescription
string

Params

public MapField<string, string> Params { get; }

User defined set of parameters to use in the memcached process.

Property Value
TypeDescription
MapFieldstringstring