Class: Google::Cloud::Memorystore::V1beta::NodeConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/memorystore/v1beta/memorystore.rb

Overview

Represents configuration for nodes of the instance.

Instance Attribute Summary collapse

Instance Attribute Details

#size_gb::Float (readonly)

Returns Output only. Memory size in GB of the node.

Returns:

  • (::Float)

    Output only. Memory size in GB of the node.



495
496
497
498
# File 'proto_docs/google/cloud/memorystore/v1beta/memorystore.rb', line 495

class NodeConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end