Class: Google::Apis::AlloydbV1alpha::GcaInstanceConfig

Inherits:
Object
  • Object
show all
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

Instance level configuration parameters related to the Gemini Cloud Assist product.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GcaInstanceConfig

Returns a new instance of GcaInstanceConfig.



1662
1663
1664
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 1662

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#gca_entitlementString

Output only. Represents the GCA entitlement state of the instance. Corresponds to the JSON property gcaEntitlement

Returns:

  • (String)


1660
1661
1662
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 1660

def gca_entitlement
  @gca_entitlement
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1667
1668
1669
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 1667

def update!(**args)
  @gca_entitlement = args[:gca_entitlement] if args.key?(:gca_entitlement)
end