Sha256: 2d859c89d0ada4597d3e4cfd1630317fe37041936da469c53034e0efb47f10bf

Contents?: true

Size: 500 Bytes

Versions: 1

Compression:

Stored size: 500 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      belongs_to :reportedaccount
      has_one :reportedaccount
      has_one :account

      attributes :accountId, :created, :data, :eventType, :externalId,
                 :id, :kind, :reportedAccountId, :state, :transitioning,
                 :transitioningMessage, :transitioningProgress, :uuid, :volume
    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/externalvolumeevent.rb