# File lib/virt/vmware/interface.rb, line 10
    def default_device
      @connection.host.interfaces.first
    rescue
      "VM Network"
    end