Sha256: bac8f1a5f95c5ce2134ae3a661d80def7c17a80e6afdbb0a3fadbbff83995d92

Contents?: true

Size: 582 Bytes

Versions: 1

Compression:

Stored size: 582 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      belongs_to :network
      has_one :account
      has_one :network
      has_many :publicports
      has_many :hosts
      has_many :privateports

      attributes :accountId, :address, :created, :data, :description,
                 :id, :kind, :name, :networkId, :removeTime,
                 :removed, :state, :uuid, :transitioning, :transitioningMessage,
                 :transitioningProgress
    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/ipaddress.rb