Sha256: 2b098ce23b493f47d5b370aa646cad835ab77197e06e0e1fe90e5876d212a8d1

Contents?: true

Size: 479 Bytes

Versions: 1

Compression:

Stored size: 479 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      has_one :account
      has_many :hosts

      attributes :accountId, :created, :data, :description, :driver,
                 :externalId, :id, :kind, :name, :removeTime,
                 :removed, :state, :uuid, :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/physicalhost.rb