Sha256: 85ff4e09d5e32e6a1adac0f2b0238e6e59737d0e9e8f2e2fee9737bf0b9dfc74

Contents?: true

Size: 571 Bytes

Versions: 1

Compression:

Stored size: 571 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      belongs_to :instance
      belongs_to :volume
      has_one :volume
      has_one :instance
      has_one :account

      attributes :accountId, :created, :data, :description, :id,
                 :instanceId, :kind, :name, :path, :permissions,
                 :removeTime, :removed, :state, :uuid, :volumeId,
                 :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/mount.rb