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. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes.
460 461 462 463 464 465 466 467 468 469 470 471 472 |
# File 'proto_docs/google/cloud/memcache/v1/cloud_memcache.rb', line 460 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.
460 461 462 463 464 465 466 467 468 469 470 471 472 |
# File 'proto_docs/google/cloud/memcache/v1/cloud_memcache.rb', line 460 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 |