Sha256: 4efd10e23a729834431d7c6fd81133d384cc81094fee727b7769e9ba41fd23a8

Contents?: true

Size: 532 Bytes

Versions: 119

Compression:

Stored size: 532 Bytes

Contents

module Fog
  module Compute
    class Cloudstack
      class Address < Fog::Model
        identity  :id,            :aliases => 'id'
        attribute :network_id,    :aliases => 'networkid'
        attribute :ip_address,    :aliases => 'ipaddress'
        attribute :traffic_type,  :aliases => 'traffictype'
        attribute :is_default,    :aliases => 'isdefault'
        attribute :mac_address,   :aliases => 'macaddress'
        attribute :netmask
        attribute :gateway
        attribute :type
      end
    end
  end
end

Version data entries

119 entries across 117 versions & 16 rubygems

Version Path
fog-2.1.0 lib/fog/cloudstack/models/compute/address.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-1.42.1/lib/fog/cloudstack/models/compute/address.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-1.42.1/lib/fog/cloudstack/models/compute/address.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-1.42.1/lib/fog/cloudstack/models/compute/address.rb
fog-1.42.1 lib/fog/cloudstack/models/compute/address.rb
fog-2.0.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.42.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.41.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.40.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.39.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.38.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.37.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.36.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.35.0 lib/fog/cloudstack/models/compute/address.rb
fog-2.0.0.pre.0 lib/fog/cloudstack/models/compute/address.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/lib/fog/cloudstack/models/compute/address.rb
fog-1.34.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.33.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.32.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.31.0 lib/fog/cloudstack/models/compute/address.rb