Sha256: 4c51ec04c2bc9ee298ca75410db6e3e87225d767a22167901c1ad9a01430a840

Contents?: true

Size: 628 Bytes

Versions: 1

Compression:

Stored size: 628 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      has_one :account
      has_many :images
      has_many :credentials
      has_many :hosts
      has_many :volumes

      attributes :accountId, :blockDevicePath, :created, :data, :description,
                 :driverName, :externalId, :id, :kind, :name,
                 :removeTime, :removed, :state, :transitioning, :transitioningMessage,
                 :transitioningProgress, :uuid, :volumeAccessMode, :volumeCapabilities, :serverAddress
    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/registry.rb