Class: Google::Cloud::OsConfig::V1alpha::OSPolicyResourceCompliance Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::OSPolicyResourceCompliance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1alpha/config_common.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Compliance data for an OS policy resource.
Defined Under Namespace
Classes: ExecResourceOutput
Instance Attribute Summary collapse
-
#config_steps ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicyResourceConfigStep>
Ordered list of configuration steps taken by the agent for the OS policy resource.
-
#exec_resource_output ⇒ ::Google::Cloud::OsConfig::V1alpha::OSPolicyResourceCompliance::ExecResourceOutput
ExecResource specific output.
-
#os_policy_resource_id ⇒ ::String
The id of the OS policy resource.
-
#state ⇒ ::Google::Cloud::OsConfig::V1alpha::OSPolicyComplianceState
Compliance state of the OS policy resource.
Instance Attribute Details
#config_steps ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicyResourceConfigStep>
Returns Ordered list of configuration steps taken by the agent for the OS policy resource.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/config_common.rb', line 95 class OSPolicyResourceCompliance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # ExecResource specific output. # @deprecated This message is deprecated and may be removed in the next major version update. # @!attribute [rw] enforcement_output # @return [::String] # Output from Enforcement phase output file (if run). # Output size is limited to 100K bytes. class ExecResourceOutput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#exec_resource_output ⇒ ::Google::Cloud::OsConfig::V1alpha::OSPolicyResourceCompliance::ExecResourceOutput
Returns ExecResource specific output.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/config_common.rb', line 95 class OSPolicyResourceCompliance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # ExecResource specific output. # @deprecated This message is deprecated and may be removed in the next major version update. # @!attribute [rw] enforcement_output # @return [::String] # Output from Enforcement phase output file (if run). # Output size is limited to 100K bytes. class ExecResourceOutput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#os_policy_resource_id ⇒ ::String
Returns The id of the OS policy resource.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/config_common.rb', line 95 class OSPolicyResourceCompliance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # ExecResource specific output. # @deprecated This message is deprecated and may be removed in the next major version update. # @!attribute [rw] enforcement_output # @return [::String] # Output from Enforcement phase output file (if run). # Output size is limited to 100K bytes. class ExecResourceOutput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#state ⇒ ::Google::Cloud::OsConfig::V1alpha::OSPolicyComplianceState
Returns Compliance state of the OS policy resource.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/config_common.rb', line 95 class OSPolicyResourceCompliance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # ExecResource specific output. # @deprecated This message is deprecated and may be removed in the next major version update. # @!attribute [rw] enforcement_output # @return [::String] # Output from Enforcement phase output file (if run). # Output size is limited to 100K bytes. class ExecResourceOutput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |