Sha256: f091fa109dd66525441e066d7db9a20d9a4e2a5e06d5d8f60cc4cb8720c9cb9c

Contents?: true

Size: 490 Bytes

Versions: 1

Compression:

Stored size: 490 Bytes

Contents

# frozen_string_literal: true

module Rancher
  module Api
    class Image
      include Her::Model
      include Helpers::Model

      belongs_to :account
      has_one :account
      has_many :instances
      has_many :storagepools
      has_many :volumes

      attributes :accountId, :created, :data, :description, :id,
                 :kind, :name, :removeTime, :removed, :state,
                 :uuid, :transitioning, :transitioningMessage, :transitioningProgress
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rancher-api-beta-0.8.1 lib/rancher/api/models/image.rb