Class: Google::Apis::OsconfigV1::OsPolicyAssignmentReportOsPolicyComplianceOsPolicyResourceComplianceExecResourceOutput

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/osconfig_v1/classes.rb,
lib/google/apis/osconfig_v1/representations.rb,
lib/google/apis/osconfig_v1/representations.rb

Overview

ExecResource specific output.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OsPolicyAssignmentReportOsPolicyComplianceOsPolicyResourceComplianceExecResourceOutput

Returns a new instance of OsPolicyAssignmentReportOsPolicyComplianceOsPolicyResourceComplianceExecResourceOutput.



1755
1756
1757
# File 'lib/google/apis/osconfig_v1/classes.rb', line 1755

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

Instance Attribute Details

#enforcement_outputString

Output from enforcement phase output file (if run). Output size is limited to 100K bytes. Corresponds to the JSON property enforcementOutput NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


1753
1754
1755
# File 'lib/google/apis/osconfig_v1/classes.rb', line 1753

def enforcement_output
  @enforcement_output
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1760
1761
1762
# File 'lib/google/apis/osconfig_v1/classes.rb', line 1760

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