Sha256: bdffa3cc2bd51748438ee5e21ab4592fe2d60d3aea25fb2e7b91381ad3c6a394

Contents?: true

Size: 492 Bytes

Versions: 43

Compression:

Stored size: 492 Bytes

Contents

require 'fog/core/model'
require 'fog/cloudsigma/nested_model'
require 'fog/cloudsigma/models/ipconf'

module Fog
  module Compute
    class CloudSigma
      class Nic < Fog::CloudSigma::CloudsigmaModel
        attribute :boot_order
        attribute :mac, :type => :string
        attribute :model, :type => :string
        attribute :vlan
        attribute :firewall_policy
        model_attribute :ip_v4_conf, IPConf
        model_attribute :ip_v6_conf, IPConf
      end
    end
  end
end

Version data entries

43 entries across 41 versions & 6 rubygems

Version Path
ns-fog-1.22.3 lib/fog/cloudsigma/models/nic.rb
ns-fog-1.22.2 lib/fog/cloudsigma/models/nic.rb
fog-1.22.1 lib/fog/cloudsigma/models/nic.rb