Sha256: a558b58d8b6d6a74e588ef73c9f5fd73e8a27923bfea202e193621fdf10a18fa

Contents?: true

Size: 728 Bytes

Versions: 14

Compression:

Stored size: 728 Bytes

Contents

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

        attribute :name, :aliases => :Name
        attribute :type, :aliases => :Type
        attribute :other_links, :aliases => :Links
        attribute :default, :aliases => :Default, :type => :boolean
        attribute :public_ip, :aliases => :PublicIp

        def networks
          @networks = Fog::Compute::Ecloud::Networks.new(:connection => connection, :href => href)
        end

        def associations
          @associations = Fog::Compute::Ecloud::Associations.new(:connection => connection, :href => href)
        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/rnat.rb
fog-nirvanix-1.8.1 lib/fog/ecloud/models/compute/rnat.rb
fog-parser-fix-1.6.1 lib/fog/ecloud/models/compute/rnat.rb
fog-test-again-1.6.0 lib/fog/ecloud/models/compute/rnat.rb
fog-parser-fix-1.6.0 lib/fog/ecloud/models/compute/rnat.rb
ey-vendored-backup-3.0.27 vendor/gems/fog/lib/fog/ecloud/models/compute/rnat.rb
fog-sgonyea-1.8.1 lib/fog/ecloud/models/compute/rnat.rb
fog-1.8.0 lib/fog/ecloud/models/compute/rnat.rb
fog-maestrodev-1.7.0.20121114190951 lib/fog/ecloud/models/compute/rnat.rb
fog-1.7.0 lib/fog/ecloud/models/compute/rnat.rb
fog-1.6.0 lib/fog/ecloud/models/compute/rnat.rb
fog-1.5.0 lib/fog/ecloud/models/compute/rnat.rb
rackspace-fog-1.4.2 lib/rackspace-fog/ecloud/models/compute/rnat.rb
fog-1.4.0 lib/fog/ecloud/models/compute/rnat.rb