Sha256: 31730aaeaa3262e74894753a484a833ea310a526a6d896aec09010a78a74f78c

Contents?: true

Size: 474 Bytes

Versions: 44

Compression:

Stored size: 474 Bytes

Contents

require 'fog/core/model'
require 'fog/rackspace/models/monitoring/base'

module Fog
  module Rackspace
    class Monitoring
      class AlarmExample < Fog::Rackspace::Monitoring::Base

        identity :id

        attribute :label
        attribute :description
        attribute :check_type
        attribute :criteria
        attribute :fields


        attribute :bound_criteria

        def bound?
          !bound_criteria.nil?
        end
      end
    end
  end
end

Version data entries

44 entries across 44 versions & 3 rubygems

Version Path
fog-maestrodev-1.15.0.20130829165835 lib/fog/rackspace/models/monitoring/alarm_example.rb
fog-1.15.0 lib/fog/rackspace/models/monitoring/alarm_example.rb
gapinc-fog-1.14.0 lib/fog/rackspace/models/monitoring/alarm_example.rb
fog-maestrodev-1.14.0.20130806165225 lib/fog/rackspace/models/monitoring/alarm_example.rb