Class: Google::Apis::AlloydbV1::CloudControl2SharedOperationsReconciliationOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1::CloudControl2SharedOperationsReconciliationOperationMetadata
- 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
Operation metadata returned by the CLH during resource state reconciliation.
Instance Attribute Summary collapse
-
#delete_resource ⇒ Boolean
(also: #delete_resource?)
DEPRECATED.
-
#exclusive_action ⇒ String
Excluisive action returned by the CLH.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudControl2SharedOperationsReconciliationOperationMetadata
constructor
A new instance of CloudControl2SharedOperationsReconciliationOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CloudControl2SharedOperationsReconciliationOperationMetadata
Returns a new instance of CloudControl2SharedOperationsReconciliationOperationMetadata.
355 356 357 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 355 def initialize(**args) update!(**args) end |
Instance Attribute Details
#delete_resource ⇒ Boolean Also known as: delete_resource?
DEPRECATED. Use exclusive_action instead.
Corresponds to the JSON property deleteResource
347 348 349 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 347 def delete_resource @delete_resource end |
#exclusive_action ⇒ String
Excluisive action returned by the CLH.
Corresponds to the JSON property exclusiveAction
353 354 355 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 353 def exclusive_action @exclusive_action end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
360 361 362 363 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 360 def update!(**args) @delete_resource = args[:delete_resource] if args.key?(:delete_resource) @exclusive_action = args[:exclusive_action] if args.key?(:exclusive_action) end |