Sha256: aa02b9eb1aa41fb3fcdb64f00f29163996e2e23f5d8e5698bb36f124c416b3b1

Contents?: true

Size: 584 Bytes

Versions: 1

Compression:

Stored size: 584 Bytes

Contents

# frozen_string_literal: true

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

      belongs_to :account
      belongs_to :network
      has_one :account
      has_one :network
      has_many :ipaddresses

      attributes :accountId, :cidrSize, :created, :data, :description,
                 :endAddress, :gateway, :id, :kind, :name,
                 :networkAddress, :networkId, :removeTime, :removed, :startAddress,
                 :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/subnet.rb