Class: Google::Apis::PrivatecaV1beta1::ReconciliationOperationMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/privateca_v1beta1/classes.rb,
lib/google/apis/privateca_v1beta1/representations.rb,
lib/google/apis/privateca_v1beta1/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) ⇒ ReconciliationOperationMetadata

Returns a new instance of ReconciliationOperationMetadata.



1781
1782
1783
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1781

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

Instance Attribute Details

#delete_resourceBoolean Also known as: delete_resource?

If set to TRUE, the resource has to be deleted. When using this bit, the CLH should fail the operation. Corresponds to the JSON property deleteResource

Returns:

  • (Boolean)


1778
1779
1780
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1778

def delete_resource
  @delete_resource
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1786
1787
1788
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1786

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