Class: Google::Cloud::Memcache::V1beta2::MemcacheParameters
- Inherits:
-
Object
- Object
- Google::Cloud::Memcache::V1beta2::MemcacheParameters
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memcache/v1beta2/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.
485 486 487 488 489 490 491 492 493 494 495 496 497 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 485 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 |