Sha256: 8515038dd43a0cae52c0cf2c66a338b9ed106a9f5eb1fb76df7c1df7125e9eff

Contents?: true

Size: 496 Bytes

Versions: 1

Compression:

Stored size: 496 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      belongs_to :volume
      has_one :volume
      has_one :account
      has_many :backups

      attributes :accountId, :created, :data, :description, :id,
                 :kind, :name, :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/snapshot.rb