Sha256: c4d6753c7a1e97bf8529fabc3d2acb8d57721fb2439b25bcc9d8e1e33bcdd63a

Contents?: true

Size: 1.04 KB

Versions: 30

Compression:

Stored size: 1.04 KB

Contents

# == Schema Information
#
# Endpoint: 
#  - /v1/app_instances
#  - /v1/organizations/:organization_id/app_instances
#
#  id                   :integer         not null, primary key
#  uid                  :string(255)
#  name                 :string(255)
#  status               :string(255)
#  app_id               :integer
#  created_at           :datetime        not null
#  updated_at           :datetime        not null
#  started_at           :datetime
#  stack                :string(255)
#  owner_id             :integer
#  owner_type           :string(255)
#  terminated_at        :datetime
#  stopped_at           :datetime
#  billing_type         :string(255)
#  autostop_at          :datetime
#  autostop_interval    :integer
#  next_status          :string(255)
#  soa_enabled          :boolean         default(FALSE)
#
# ===> to be confirmed
#  http_url
#  durations                :text
#  microsoft_licence_id :integer
#

module MnoEnterprise
  class AppInstance < BaseResource
    include MnoEnterprise::Concerns::Models::AppInstance
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
mno-enterprise-core-3.4.0 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-3.3.3 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-3.3.2 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-3.2.1 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-3.3.1 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-3.3.0 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-3.2.0 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-3.1.4 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-3.0.7 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-2.0.9 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-3.1.3 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-3.0.6 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-2.0.8 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-3.1.2 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-3.0.5 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-2.0.7 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-2.0.6 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-2.0.5 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-3.1.1 app/models/mno_enterprise/app_instance.rb
mno-enterprise-core-3.0.4 app/models/mno_enterprise/app_instance.rb