# File lib/virt/interface.rb, line 5
    def initialize options = {}
      @connection = Virt.connection
      @device     = options[:device] || default_device
      @type       = options[:type]   || default_type
      @model      = options[:model]  || default_model
      @mac        = options[:mac]
      @network    = options[:network]
    end