Class: Google::Cloud::Memcache::V1::MemcacheParameters
- Inherits:
-
Object
- Object
- Google::Cloud::Memcache::V1::MemcacheParameters
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memcache/v1/cloud_memcache.rb
Defined Under Namespace
Classes: ParamsEntry
Instance Attribute Summary collapse
-
#id ⇒ ::String
readonly
Output only.
-
#params ⇒ ::Google::Protobuf::Map{::String => ::String}
User defined set of parameters to use in the memcached process.
Instance Attribute Details
#id ⇒ ::String (readonly)
Returns 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.
359 360 361 362 363 364 365 366 367 368 369 370 371 |
# File 'proto_docs/google/cloud/memcache/v1/cloud_memcache.rb', line 359 class MemcacheParameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ParamsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#params ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns User defined set of parameters to use in the memcached process.
359 360 361 362 363 364 365 366 367 368 369 370 371 |
# File 'proto_docs/google/cloud/memcache/v1/cloud_memcache.rb', line 359 class MemcacheParameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ParamsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |