Sha256: ab293cc756fdacc5c2c1c82bd2b9087882f1ab39bbe230a440d8d28f8c572791
Contents?: true
Size: 600 Bytes
Versions: 1
Compression:
Stored size: 600 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Instancelink include Her::Model include Helpers::Model belongs_to :account belongs_to :instance belongs_to :targetinstance has_one :targetinstance has_one :instance has_one :account attributes :accountId, :created, :data, :description, :id, :instanceId, :kind, :linkName, :name, :removeTime, :removed, :state, :targetInstanceId, :uuid, :transitioning, :transitioningMessage, :transitioningProgress, :ports 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/instancelink.rb |