Sha256: b5bb52cec4aaefed88190eb7a33c755d021973dd0f658faa3034587ca714fe88

Contents?: true

Size: 564 Bytes

Versions: 1

Compression:

Stored size: 564 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      belongs_to :stack
      has_one :stack
      has_one :account
      has_many :volumes

      attributes :accountId, :created, :data, :description, :driver,
                 :external, :id, :kind, :name, :perContainer,
                 :removeTime, :removed, :stackId, :state, :uuid,
                 :transitioning, :transitioningMessage, :transitioningProgress, :driverOpts
    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/volumetemplate.rb