Sha256: 5057d4551c693d746f973964cad41f2fd72ae954b25320323cf418a00940b410

Contents?: true

Size: 653 Bytes

Versions: 14

Compression:

Stored size: 653 Bytes

Contents

module Fog
  module Compute
    class Ecloud
      class IpAddress < Fog::Ecloud::Model
        identity :href

        attribute :name, :aliases => :Name
        attribute :type, :aliases => :Type
        attribute :other_links, :aliases => :Links
        attribute :host, :aliases => :Host
        attribute :detected_on, :aliases => :DetectedOn
        attribute :rnat, :aliases => :RnatAddress
        attribute :reserved, :aliases => :Reserved, :type => :boolean

        def status
          (detected_on || host) ? "Assigned" : "Available"
        end
        
        def id
          href.scan(/\d+/)[0]
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 8 rubygems

Version Path
fog-nirvanix-1.8.2 lib/fog/ecloud/models/compute/ip_address.rb
fog-nirvanix-1.8.1 lib/fog/ecloud/models/compute/ip_address.rb
fog-parser-fix-1.6.1 lib/fog/ecloud/models/compute/ip_address.rb
fog-test-again-1.6.0 lib/fog/ecloud/models/compute/ip_address.rb
fog-parser-fix-1.6.0 lib/fog/ecloud/models/compute/ip_address.rb
ey-vendored-backup-3.0.27 vendor/gems/fog/lib/fog/ecloud/models/compute/ip_address.rb
fog-sgonyea-1.8.1 lib/fog/ecloud/models/compute/ip_address.rb
fog-1.8.0 lib/fog/ecloud/models/compute/ip_address.rb
fog-maestrodev-1.7.0.20121114190951 lib/fog/ecloud/models/compute/ip_address.rb
fog-1.7.0 lib/fog/ecloud/models/compute/ip_address.rb
fog-1.6.0 lib/fog/ecloud/models/compute/ip_address.rb
fog-1.5.0 lib/fog/ecloud/models/compute/ip_address.rb
rackspace-fog-1.4.2 lib/rackspace-fog/ecloud/models/compute/ip_address.rb
fog-1.4.0 lib/fog/ecloud/models/compute/ip_address.rb