Sha256: c3d0a2d4a2dc422f1246c7b6af234758835cb9e46ba7aa3fb798532f2c6a811e
Contents?: true
Size: 511 Bytes
Versions: 1
Compression:
Stored size: 511 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Hosttemplate include Her::Model include Helpers::Model belongs_to :account has_one :account has_many :hosts attributes :accountId, :created, :data, :description, :driver, :flavorPrefix, :id, :kind, :name, :removeTime, :removed, :state, :uuid, :transitioning, :transitioningMessage, :transitioningProgress, :secretValues, :publicValues 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/hosttemplate.rb |