Class: Google::Apis::OsconfigV1alpha::OsPolicyAssignmentReportOsPolicyComplianceOsPolicyResourceComplianceExecResourceOutput

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



1525
1526
1527
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 1525

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)


1523
1524
1525
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 1523

def enforcement_output
  @enforcement_output
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1530
1531
1532
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 1530

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