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