Class Puppet::Resource::Status
In: lib/puppet/resource/status.rb
Parent: Object

Methods

<<   add_event   events   new   to_yaml_properties  

Included Modules

Puppet::Util::Tagging Puppet::Util::Logging

Constants

STATES = [:skipped, :failed, :failed_to_restart, :restarted, :changed, :out_of_sync, :scheduled]
YAML_ATTRIBUTES = %w{@resource @file @line @evaluation_time @change_count @out_of_sync_count @tags @time @events @out_of_sync @changed @resource_type @title @skipped @failed}

Attributes

change_count  [R] 
current_values  [RW] 
default_log_level  [R] 
evaluation_time  [RW] 
file  [RW] 
line  [RW] 
node  [RW] 
out_of_sync_count  [R] 
resource  [RW] 
resource  [R] 
resource_type  [R] 
source_description  [R] 
status  [RW] 
time  [R] 
title  [R] 

Public Class methods

Public Instance methods

[Validate]