Class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainGcbdrConfiguration

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/alloydb_v1/classes.rb,
lib/google/apis/alloydb_v1/representations.rb,
lib/google/apis/alloydb_v1/representations.rb

Overview

GCBDR Configuration for the resource.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainGcbdrConfiguration

Returns a new instance of StorageDatabasecenterPartnerapiV1mainGcbdrConfiguration.



4377
4378
4379
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4377

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

Instance Attribute Details

#gcbdr_managedBoolean Also known as: gcbdr_managed?

Whether the resource is managed by GCBDR. Corresponds to the JSON property gcbdrManaged

Returns:

  • (Boolean)


4374
4375
4376
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4374

def gcbdr_managed
  @gcbdr_managed
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4382
4383
4384
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4382

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