Class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainGcbdrConfiguration

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

Disable validation warnings

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainGcbdrConfiguration

Returns a new instance of StorageDatabasecenterPartnerapiV1mainGcbdrConfiguration.



4881
4882
4883
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4881

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

Instance Attribute Details

#gcbdr_managedBoolean Also known as: gcbdr_managed?

Disable validation warnings Corresponds to the JSON property gcbdrManaged

Returns:

  • (Boolean)


4878
4879
4880
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4878

def gcbdr_managed
  @gcbdr_managed
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4886
4887
4888
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4886

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