Class: Google::Apis::AlloydbV1alpha::CloudControl2SharedOperationsReconciliationOperationMetadata

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

Operation metadata returned by the CLH during resource state reconciliation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CloudControl2SharedOperationsReconciliationOperationMetadata

Returns a new instance of CloudControl2SharedOperationsReconciliationOperationMetadata.



381
382
383
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 381

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

Instance Attribute Details

#delete_resourceBoolean Also known as: delete_resource?

DEPRECATED. Use exclusive_action instead. Corresponds to the JSON property deleteResource

Returns:

  • (Boolean)


373
374
375
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 373

def delete_resource
  @delete_resource
end

#exclusive_actionString

Excluisive action returned by the CLH. Corresponds to the JSON property exclusiveAction

Returns:

  • (String)


379
380
381
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 379

def exclusive_action
  @exclusive_action
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



386
387
388
389
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 386

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