Sha256: 356ace5c5faee8f3bfbe6f1388ca92ab840b4b86e1226948f4c05bb3736ad813

Contents?: true

Size: 579 Bytes

Versions: 1

Compression:

Stored size: 579 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      belongs_to :host
      belongs_to :instance
      has_one :instance
      has_one :host
      has_one :account

      attributes :accountId, :created, :data, :description, :healthState,
                 :hostId, :id, :instanceId, :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/healthcheckinstancehostmap.rb