Sha256: 12bd9e1bc2afec54794291e9d5e228795e0e2215c4cccfd7e68f4df3c22e44da

Contents?: true

Size: 563 Bytes

Versions: 1

Compression:

Stored size: 563 Bytes

Contents

# frozen_string_literal: true

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

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

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