Sha256: e466dd236792d188ed56e0cd843e54fa2e8b7b2401ac50ec999fdbfdd8a99f94

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :host
      belongs_to :instance
      belongs_to :service

      attributes :hostId, :instanceId, :ipAddress, :port, :serviceId
    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/publicendpoint.rb