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.



1792
1793
1794
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1792

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)


1784
1785
1786
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1784

def delete_resource
  @delete_resource
end

#exclusive_actionString

Corresponds to the JSON property exclusiveAction

Returns:

  • (String)


1790
1791
1792
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1790

def exclusive_action
  @exclusive_action
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1797
1798
1799
1800
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1797

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