Google Cloud Memorystore for Memcached API - Class Google::Cloud::Memcache::V1beta2::MemcacheParameters (v0.9.0)

Reference documentation and code samples for the Google Cloud Memorystore for Memcached API class Google::Cloud::Memcache::V1beta2::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. A discrepancy between parameter ids can inform users that they may need to take action 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.