Sha256: 8b3ecbe39306757c2501837c568bb16a05f38a174dbb1fd45ccf9052abf64418

Contents?: true

Size: 379 Bytes

Versions: 12

Compression:

Stored size: 379 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class AppUsageEvent < Model
    attribute :state, :string
    attribute :memory_in_mb_per_instance, :integer
    attribute :instance_count, :integer
    attribute :app_guid, :string
    attribute :app_name, :string
    attribute :space_guid, :string
    attribute :space_name, :string
    attribute :org_guid, :string
  end
end

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
new_cfoundry-4.9.4 lib/cfoundry/v2/app_usage_event.rb
new_cfoundry-4.9.3 lib/cfoundry/v2/app_usage_event.rb
ncfoundry-4.9.4 lib/cfoundry/v2/app_usage_event.rb
ncfoundry-4.9.3 lib/cfoundry/v2/app_usage_event.rb
ncfoundry-4.9.2 lib/cfoundry/v2/app_usage_event.rb
new_cfoundry-4.9.2 lib/cfoundry/v2/app_usage_event.rb
new_cfoundry-4.9.1 lib/cfoundry/v2/app_usage_event.rb
new_cfoundry-4.9.0 lib/cfoundry/v2/app_usage_event.rb
new_cfoundry-4.8.3 lib/cfoundry/v2/app_usage_event.rb
new_cfoundry-4.8.2 lib/cfoundry/v2/app_usage_event.rb
cfoundry-4.7.2.rc1 lib/cfoundry/v2/app_usage_event.rb
cfoundry-4.7.1 lib/cfoundry/v2/app_usage_event.rb