Class: Google::Apis::AlloydbV1alpha::GeminiClusterConfig
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1alpha::GeminiClusterConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alloydb_v1alpha/classes.rb,
lib/google/apis/alloydb_v1alpha/representations.rb,
lib/google/apis/alloydb_v1alpha/representations.rb
Overview
Cluster level configuration parameters related to the Gemini in Databases add- on.
Instance Attribute Summary collapse
-
#entitled ⇒ Boolean
(also: #entitled?)
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GeminiClusterConfig
constructor
A new instance of GeminiClusterConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GeminiClusterConfig
Returns a new instance of GeminiClusterConfig.
909 910 911 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 909 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entitled ⇒ Boolean Also known as: entitled?
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.
Corresponds to the JSON property entitled
906 907 908 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 906 def entitled @entitled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
914 915 916 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 914 def update!(**args) @entitled = args[:entitled] if args.key?(:entitled) end |