Class: Google::Cloud::Sql::V1::DataCacheConfig

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

Overview

Data cache configurations.

Instance Attribute Summary collapse

Instance Attribute Details

#data_cache_enabled::Boolean

Returns Whether data cache is enabled for the instance.

Returns:

  • (::Boolean)

    Whether data cache is enabled for the instance.



1577
1578
1579
1580
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 1577

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