Class: Google::Cloud::AlloyDB::V1alpha::GeminiClusterConfig

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

Overview

Cluster level configuration parameters related to the Gemini in Databases add-on.

Instance Attribute Summary collapse

Instance Attribute Details

#entitled::Boolean (readonly)

Returns Output only. Whether the Gemini in Databases add-on is enabled for the cluster. It will be true only if the add-on has been enabled for the billing account corresponding to the cluster. Its status is toggled from the Admin Control Center (ACC) and cannot be toggled using AlloyDB's APIs.

Returns:

  • (::Boolean)

    Output only. Whether the Gemini in Databases add-on is enabled for the cluster. It will be true only if the add-on has been enabled for the billing account corresponding to the cluster. Its status is toggled from the Admin Control Center (ACC) and cannot be toggled using AlloyDB's APIs.



32
33
34
35
# File 'proto_docs/google/cloud/alloydb/v1alpha/gemini.rb', line 32

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