Sha256: cccb99b70fcb0b12c64bccecd866c940b19f8b20188dd3aab12f7c2a96b92810
Contents?: true
Size: 461 Bytes
Versions: 51
Compression:
Stored size: 461 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 model_attribute :ip_v4_conf, IPConf model_attribute :ip_v6_conf, IPConf end end end end
Version data entries
51 entries across 51 versions & 3 rubygems