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
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/lib/fog/cloudstack/models/compute/address.rb
fog-1.30.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.29.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.28.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.27.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.26.0 lib/fog/cloudstack/models/compute/address.rb
fog-1.25.0 lib/fog/cloudstack/models/compute/address.rb
nsidc-fog-1.24.1 lib/fog/cloudstack/models/compute/address.rb
fog-1.24.0 lib/fog/cloudstack/models/compute/address.rb
ns-fog-1.22.11 lib/fog/cloudstack/models/compute/address.rb
ns-fog-1.22.10 lib/fog/cloudstack/models/compute/address.rb
ns-fog-1.22.9 lib/fog/cloudstack/models/compute/address.rb
ns-fog-1.22.8 lib/fog/cloudstack/models/compute/address.rb
ns-fog-1.22.7 lib/fog/cloudstack/models/compute/address.rb
ns-fog-1.22.6 lib/fog/cloudstack/models/compute/address.rb
fog-1.23.0 lib/fog/cloudstack/models/compute/address.rb
ns-fog-1.22.4 lib/fog/cloudstack/models/compute/address.rb
ns-fog-1.22.3 lib/fog/cloudstack/models/compute/address.rb
ns-fog-1.22.2 lib/fog/cloudstack/models/compute/address.rb
fog-1.22.1 lib/fog/cloudstack/models/compute/address.rb