public sealed class MemcacheParameters : IMessage<MemcacheParameters>, IEquatable<MemcacheParameters>, IDeepCloneable<MemcacheParameters>, IBufferMessage, IMessage
Implements
IMessage<MemcacheParameters>, IEquatable<MemcacheParameters>, IDeepCloneable<MemcacheParameters>, IBufferMessage, IMessageNamespace
Google.Cloud.Memcache.V1Assembly
Google.Cloud.Memcache.V1.dll
Constructors
MemcacheParameters()
public MemcacheParameters()
MemcacheParameters(MemcacheParameters)
public MemcacheParameters(MemcacheParameters other)
Parameter | |
---|---|
Name | Description |
other | MemcacheParameters |
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 and any action needs to be taken to apply parameters on nodes.
Property Value | |
---|---|
Type | Description |
String |
Params
public MapField<string, string> Params { get; }
User defined set of parameters to use in the memcached process.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |