Class: Google::Cloud::Memorystore::V1::NodeConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1::NodeConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
Represents configuration for nodes of the instance.
Instance Attribute Summary collapse
-
#size_gb ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#size_gb ⇒ ::Float (readonly)
Returns Output only. Memory size in GB of the node.
877 878 879 880 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 877 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |