class Google::Apis::PrivatecaV1::ReconciliationOperationMetadata
Operation
metadata returned by the CLH during resource state reconciliation.
Attributes
delete_resource[RW]
DEPRECATED. Use exclusive_action
instead. Corresponds to the JSON property `deleteResource` @return [Boolean]
delete_resource?[RW]
DEPRECATED. Use exclusive_action
instead. Corresponds to the JSON property `deleteResource` @return [Boolean]
exclusive_action[RW]
Corresponds to the JSON property `exclusiveAction` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/privateca_v1/classes.rb, line 2066 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/privateca_v1/classes.rb, line 2071 def update!(**args) @delete_resource = args[:delete_resource] if args.key?(:delete_resource) @exclusive_action = args[:exclusive_action] if args.key?(:exclusive_action) end