Sha256: cc9b9973430dc57f4f87c553419c88267f9ffd18a93521b5e34a5574c52e6ddb
Contents?: true
Size: 857 Bytes
Versions: 1
Compression:
Stored size: 857 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Composeproject include Her::Model include Helpers::Model belongs_to :account belongs_to :previousexternal has_one :account has_many :scheduledupgrades has_many :volumetemplates has_many :instances has_many :hosts has_many :volumes has_many :configitemstatuses has_many :services has_many :secrets attributes :accountId, :answers, :binding, :created, :data, :description, :environment, :externalId, :group, :healthState, :id, :kind, :name, :previousEnvironment, :previousExternalId, :removeTime, :removed, :serviceIds, :state, :system, :templates, :transitioning, :transitioningMessage, :transitioningProgress, :uuid 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/composeproject.rb |