Sha256: a431ee67da07eb733dc44c5b7dbedaa001c19d4a4a2bf4eab3f085643acfded9

Contents?: true

Size: 980 Bytes

Versions: 1

Compression:

Stored size: 980 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      belongs_to :stack
      has_one :stack
      has_one :account
      has_many :consumedbyservices
      has_many :instances
      has_many :storagedrivers
      has_many :consumedservices
      has_many :configitemstatuses
      has_many :serviceexposemaps
      has_many :networkdrivers
      has_many :servicelogs

      attributes :accountId, :created, :currentScale, :data, :description,
                 :externalId, :fqdn, :healthState, :id, :instanceIds,
                 :kind, :launchConfig, :linkedServices, :name, :publicEndpoints,
                 :removeTime, :removed, :scale, :scalePolicy, :selectorContainer,
                 :selectorLink, :stackId, :startOnCreate, :state, :system,
                 :transitioning, :transitioningMessage, :transitioningProgress, :uuid, :vip
    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/composeservice.rb