Google Cloud Memorystore for Memcached V1 API - Class Google::Cloud::Memcache::V1::MemcacheParameters (v0.2.5)

Reference documentation and code samples for the Google Cloud Memorystore for Memcached V1 API class Google::Cloud::Memcache::V1::MemcacheParameters.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#id

def id() -> ::String
Returns
  • (::String) — 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.

#params

def params() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — User defined set of parameters to use in the memcached process.

#params=

def params=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — User defined set of parameters to use in the memcached process.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — User defined set of parameters to use in the memcached process.