Class: Google::Apis::OracledatabaseV1::GoldengatePlacement
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::GoldengatePlacement
- 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
-
#availability_domain ⇒ String
Output only.
-
#fault_domain ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoldengatePlacement
constructor
A new instance of GoldengatePlacement.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoldengatePlacement
Returns a new instance of GoldengatePlacement.
7042 7043 7044 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7042 def initialize(**args) update!(**args) end |
Instance Attribute Details
#availability_domain ⇒ String
Output only. The availability domain.
Corresponds to the JSON property availabilityDomain
7035 7036 7037 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7035 def availability_domain @availability_domain end |
#fault_domain ⇒ String
Output only. The fault domain.
Corresponds to the JSON property faultDomain
7040 7041 7042 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7040 def fault_domain @fault_domain end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7047 7048 7049 7050 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 7047 def update!(**args) @availability_domain = args[:availability_domain] if args.key?(:availability_domain) @fault_domain = args[:fault_domain] if args.key?(:fault_domain) end |