Sha256: 996617b2b9d8c001ffc30fb02e52e72afb93484157e82708b07b37c9557bbfdd

Contents?: true

Size: 254 Bytes

Versions: 3

Compression:

Stored size: 254 Bytes

Contents

module VirtualBox
  module COM
    module Interface
      module Version_4_1_X
        class NetworkAdapterType < AbstractEnum
          map [:null, :Am79C970A, :Am79C973, :I82540EM, :I82543GC, :I82545EM, :Virtio]
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
virtualbox-0.9.2 lib/virtualbox/com/interface/4.1.x/NetworkAdapterType.rb
virtualbox-0.9.1 lib/virtualbox/com/interface/4.1.x/NetworkAdapterType.rb
virtualbox-0.9.0 lib/virtualbox/com/interface/4.1.x/NetworkAdapterType.rb