Class: Google::Cloud::Memcache::V1::Instance::NodeConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Memcache::V1::Instance::NodeConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memcache/v1/cloud_memcache.rb
Overview
Configuration for a Memcached Node.
Instance Attribute Summary collapse
-
#cpu_count ⇒ ::Integer
Required.
-
#memory_size_mb ⇒ ::Integer
Required.
Instance Attribute Details
#cpu_count ⇒ ::Integer
108 109 110 111 |
# File 'proto_docs/google/cloud/memcache/v1/cloud_memcache.rb', line 108 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#memory_size_mb ⇒ ::Integer
108 109 110 111 |
# File 'proto_docs/google/cloud/memcache/v1/cloud_memcache.rb', line 108 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |