# File lib/fog/vcloud/models/compute/helpers/status.rb, line 6 def friendly_status load_unless_loaded! case status when '0' 'creating' when '8' 'off' when '4' 'on' else 'unknown' end end
# File lib/fog/vcloud/models/compute/helpers/status.rb, line 25 def off? reload_status status == '8' end
Generated with the Darkfish Rdoc Generator 2.