Class: Google::Apis::OracledatabaseV1::GoldengatePlacement

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

Overview

The placement of the GoldengateDeployment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoldengatePlacement

Returns a new instance of GoldengatePlacement.



6878
6879
6880
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 6878

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

Instance Attribute Details

#availability_domainString

Output only. The availability domain. Corresponds to the JSON property availabilityDomain

Returns:

  • (String)


6871
6872
6873
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 6871

def availability_domain
  @availability_domain
end

#fault_domainString

Output only. The fault domain. Corresponds to the JSON property faultDomain

Returns:

  • (String)


6876
6877
6878
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 6876

def fault_domain
  @fault_domain
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6883
6884
6885
6886
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 6883

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